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(4,230,0)
hsl(119,100%,45%)
cmyk(98,0,100,10)rgb(0,230,92)
hsl(144,100%,45%)
cmyk(100,0,60,10)rgb(0,230,187)
hsl(169,100%,45%)
cmyk(100,0,18,10)rgb(0,176,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(0,80,230)
hsl(219,100%,45%)
cmyk(100,65,0,10)rgb(15,0,230)
hsl(244,100%,45%)
cmyk(93,100,0,10) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(57,145,172)
hsl(194,50%,45%)
cmyk(67,16,0,32)rgb(46,151,184)
hsl(194,60%,45%)
cmyk(75,18,0,28)rgb(34,158,195)
hsl(194,70%,45%)
cmyk(82,19,0,24)rgb(23,164,207)
hsl(194,80%,45%)
cmyk(89,21,0,19)rgb(11,170,218)
hsl(194,90%,45%)
cmyk(95,22,0,15)rgb(0,176,230)
hsl(194,100%,45%)
cmyk(100,23,0,10) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,59,77)
hsl(194,100%,15%)
cmyk(100,23,0,70)rgb(0,98,128)
hsl(194,100%,25%)
cmyk(100,23,0,50)rgb(0,137,179)
hsl(194,100%,35%)
cmyk(100,23,0,30)rgb(0,176,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(26,201,255)
hsl(194,100%,55%)
cmyk(90,21,0,0)rgb(77,213,255)
hsl(194,100%,65%)
cmyk(70,16,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,178,231)
hsl(194,100%,45%)
cmyk(100,23,0,9)rgb(30,178,231)
hsl(196,81%,51%)
cmyk(87,23,0,9)rgb(60,178,231)
hsl(199,78%,57%)
cmyk(74,23,0,9)rgb(90,178,231)
hsl(203,75%,63%)
cmyk(61,23,0,9)rgb(120,178,231)
hsl(209,70%,69%)
cmyk(48,23,0,9)rgb(150,178,231)
hsl(219,63%,75%)
cmyk(35,23,0,9) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,88,231)
hsl(217,100%,45%)
cmyk(100,62,0,9)rgb(0,118,231)
hsl(209,100%,45%)
cmyk(100,49,0,9)rgb(0,148,231)
hsl(202,100%,45%)
cmyk(100,36,0,9)rgb(0,178,231)
hsl(194,100%,45%)
cmyk(100,23,0,9)rgb(0,208,231)
hsl(186,100%,45%)
cmyk(100,10,0,9)rgb(0,238,231)
hsl(178,100%,47%)
cmyk(100,0,3,7) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,178,105)
hsl(155,100%,35%)
cmyk(100,0,41,30)rgb(0,178,135)
hsl(166,100%,35%)
cmyk(100,0,24,30)rgb(0,178,165)
hsl(176,100%,35%)
cmyk(100,0,7,30)rgb(0,178,195)
hsl(185,100%,38%)
cmyk(100,9,0,24)rgb(0,178,225)
hsl(193,100%,44%)
cmyk(100,21,0,12)rgb(0,178,255)
hsl(198,100%,50%)
cmyk(100,30,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(116,179,232)
hsl(208,72%,68%)
cmyk(50,23,0,9)rgb(93,179,232)
hsl(203,75%,64%)
cmyk(60,23,0,9)rgb(70,179,232)
hsl(200,78%,59%)
cmyk(70,23,0,9)rgb(46,179,232)
hsl(197,80%,55%)
cmyk(80,23,0,9)rgb(23,179,232)
hsl(195,82%,50%)
cmyk(90,23,0,9)rgb(0,179,232)
hsl(194,100%,46%)
cmyk(100,23,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,179,232)
hsl(194,100%,46%)
cmyk(100,23,0,9)rgb(0,179,209)
hsl(189,100%,41%)
cmyk(100,14,0,18)rgb(0,179,186)
hsl(182,100%,36%)
cmyk(100,4,0,27)rgb(0,179,162)
hsl(175,100%,35%)
cmyk(100,0,9,30)rgb(0,179,139)
hsl(167,100%,35%)
cmyk(100,0,22,30)rgb(0,179,116)
hsl(159,100%,35%)
cmyk(100,0,35,30) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,196,255)
hsl(194,100%,50%)
cmyk(100,23,0,0)rgb(0,177,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(0,157,204)
hsl(194,100%,40%)
cmyk(100,23,0,20)rgb(0,137,179)
hsl(194,100%,35%)
cmyk(100,23,0,30)rgb(0,118,153)
hsl(194,100%,30%)
cmyk(100,23,0,40)rgb(0,98,128)
hsl(194,100%,25%)
cmyk(100,23,0,50)