Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(0,230,0)
hsl(120,100%,45%)
cmyk(100,0,100,10)rgb(0,230,96)
hsl(145,100%,45%)
cmyk(100,0,58,10)rgb(0,230,191)
hsl(170,100%,45%)
cmyk(100,0,17,10)rgb(0,172,230)
hsl(195,100%,45%)
cmyk(100,25,0,10)rgb(0,76,230)
hsl(220,100%,45%)
cmyk(100,67,0,10)rgb(19,0,230)
hsl(245,100%,45%)
cmyk(92,100,0,10) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(57,143,172)
hsl(195,50%,45%)
cmyk(67,17,0,32)rgb(46,149,184)
hsl(195,60%,45%)
cmyk(75,19,0,28)rgb(34,155,195)
hsl(195,70%,45%)
cmyk(82,21,0,24)rgb(23,161,207)
hsl(195,80%,45%)
cmyk(89,22,0,19)rgb(11,166,218)
hsl(195,90%,45%)
cmyk(95,24,0,15)rgb(0,172,230)
hsl(195,100%,45%)
cmyk(100,25,0,10) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,57,77)
hsl(195,100%,15%)
cmyk(100,25,0,70)rgb(0,96,128)
hsl(195,100%,25%)
cmyk(100,25,0,50)rgb(0,134,179)
hsl(195,100%,35%)
cmyk(100,25,0,30)rgb(0,172,230)
hsl(195,100%,45%)
cmyk(100,25,0,10)rgb(26,198,255)
hsl(195,100%,55%)
cmyk(90,22,0,0)rgb(77,210,255)
hsl(195,100%,65%)
cmyk(70,17,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,175,231)
hsl(195,100%,45%)
cmyk(100,24,0,9)rgb(30,175,231)
hsl(197,81%,51%)
cmyk(87,24,0,9)rgb(60,175,231)
hsl(200,78%,57%)
cmyk(74,24,0,9)rgb(90,175,231)
hsl(204,75%,63%)
cmyk(61,24,0,9)rgb(120,175,231)
hsl(210,70%,69%)
cmyk(48,24,0,9)rgb(150,175,231)
hsl(221,63%,75%)
cmyk(35,24,0,9) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,85,231)
hsl(218,100%,45%)
cmyk(100,63,0,9)rgb(0,115,231)
hsl(210,100%,45%)
cmyk(100,50,0,9)rgb(0,145,231)
hsl(202,100%,45%)
cmyk(100,37,0,9)rgb(0,175,231)
hsl(195,100%,45%)
cmyk(100,24,0,9)rgb(0,205,231)
hsl(187,100%,45%)
cmyk(100,11,0,9)rgb(0,235,231)
hsl(179,100%,46%)
cmyk(100,0,2,8) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,175,105)
hsl(156,100%,34%)
cmyk(100,0,40,31)rgb(0,175,135)
hsl(166,100%,34%)
cmyk(100,0,23,31)rgb(0,175,165)
hsl(177,100%,34%)
cmyk(100,0,6,31)rgb(0,175,195)
hsl(186,100%,38%)
cmyk(100,10,0,24)rgb(0,175,225)
hsl(193,100%,44%)
cmyk(100,22,0,12)rgb(0,175,255)
hsl(199,100%,50%)
cmyk(100,31,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(116,176,232)
hsl(209,72%,68%)
cmyk(50,24,0,9)rgb(93,176,232)
hsl(204,75%,64%)
cmyk(60,24,0,9)rgb(70,176,232)
hsl(201,78%,59%)
cmyk(70,24,0,9)rgb(46,176,232)
hsl(198,80%,55%)
cmyk(80,24,0,9)rgb(23,176,232)
hsl(196,82%,50%)
cmyk(90,24,0,9)rgb(0,176,232)
hsl(194,100%,46%)
cmyk(100,24,0,9) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,232,232)
hsl(180,100%,46%)
cmyk(100,0,0,9)rgb(0,209,232)
hsl(186,100%,46%)
cmyk(100,10,0,9)rgb(0,186,232)
hsl(192,100%,46%)
cmyk(100,20,0,9)rgb(0,162,232)
hsl(198,100%,46%)
cmyk(100,30,0,9)rgb(0,139,232)
hsl(204,100%,46%)
cmyk(100,40,0,9)rgb(0,116,232)
hsl(210,100%,46%)
cmyk(100,50,0,9) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,176,232)
hsl(194,100%,46%)
cmyk(100,24,0,9)rgb(0,176,209)
hsl(189,100%,41%)
cmyk(100,16,0,18)rgb(0,176,186)
hsl(183,100%,36%)
cmyk(100,5,0,27)rgb(0,176,162)
hsl(175,100%,35%)
cmyk(100,0,8,31)rgb(0,176,139)
hsl(167,100%,35%)
cmyk(100,0,21,31)rgb(0,176,116)
hsl(159,100%,35%)
cmyk(100,0,34,31) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,194,255)
hsl(194,100%,50%)
cmyk(100,24,0,0)rgb(0,174,230)
hsl(194,100%,45%)
cmyk(100,24,0,10)rgb(0,155,204)
hsl(194,100%,40%)
cmyk(100,24,0,20)rgb(0,136,179)
hsl(194,100%,35%)
cmyk(100,24,0,30)rgb(0,116,153)
hsl(194,100%,30%)
cmyk(100,24,0,40)rgb(0,97,128)
hsl(194,100%,25%)
cmyk(100,24,0,50)