Hex

RGB

CMYK

HSV

Custom

rgb(32, 160, 255)

  • rgb(%r, %g, %b)
  • rgba(%r, %g, %b, 1)
  • #%x
  • #ff%x
  • %x 20a0ff hex
  • %r 32 red
  • %g 160 green
  • %b 255 blue
  • %c 0.8745 cyan
  • %m 0.3725 magenta
  • %y 0.0000 yellow
  • %k 0.0000 black
  • %h 231.4 hue
  • %s 0.8745 saturation
  • %v 1.0000 value