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,255,17)
hsl(124,100%,50%)
cmyk(100,0,93,0)rgb(0,255,123)
hsl(149,100%,50%)
cmyk(100,0,52,0)rgb(0,255,230)
hsl(174,100%,50%)
cmyk(100,0,10,0)rgb(0,174,255)
hsl(199,100%,50%)
cmyk(100,32,0,0)rgb(0,68,255)
hsl(224,100%,50%)
cmyk(100,73,0,0)rgb(38,0,255)
hsl(249,100%,50%)
cmyk(85,100,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(64,151,191)
hsl(199,50%,50%)
cmyk(67,21,0,25)rgb(51,156,204)
hsl(199,60%,50%)
cmyk(75,24,0,20)rgb(38,160,217)
hsl(199,70%,50%)
cmyk(82,26,0,15)rgb(25,165,230)
hsl(199,80%,50%)
cmyk(89,28,0,10)rgb(13,170,242)
hsl(199,90%,50%)
cmyk(95,30,0,5)rgb(0,174,255)
hsl(199,100%,50%)
cmyk(100,32,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,70,102)
hsl(199,100%,20%)
cmyk(100,32,0,60)rgb(0,105,153)
hsl(199,100%,30%)
cmyk(100,32,0,40)rgb(0,139,204)
hsl(199,100%,40%)
cmyk(100,32,0,20)rgb(0,174,255)
hsl(199,100%,50%)
cmyk(100,32,0,0)rgb(51,190,255)
hsl(199,100%,60%)
cmyk(80,25,0,0)rgb(102,207,255)
hsl(199,100%,70%)
cmyk(60,19,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0)rgb(30,176,255)
hsl(201,100%,56%)
cmyk(88,31,0,0)rgb(60,176,255)
hsl(204,100%,62%)
cmyk(76,31,0,0)rgb(90,176,255)
hsl(209,100%,68%)
cmyk(65,31,0,0)rgb(120,176,255)
hsl(215,100%,74%)
cmyk(53,31,0,0)rgb(150,176,255)
hsl(225,100%,79%)
cmyk(41,31,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,86,255)
hsl(220,100%,50%)
cmyk(100,66,0,0)rgb(0,116,255)
hsl(213,100%,50%)
cmyk(100,55,0,0)rgb(0,146,255)
hsl(206,100%,50%)
cmyk(100,43,0,0)rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0)rgb(0,206,255)
hsl(192,100%,50%)
cmyk(100,19,0,0)rgb(0,236,255)
hsl(184,100%,50%)
cmyk(100,7,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,176,105)
hsl(156,100%,35%)
cmyk(100,0,40,31)rgb(0,176,135)
hsl(166,100%,35%)
cmyk(100,0,23,31)rgb(0,176,165)
hsl(176,100%,35%)
cmyk(100,0,6,31)rgb(0,176,195)
hsl(186,100%,38%)
cmyk(100,10,0,24)rgb(0,176,225)
hsl(193,100%,44%)
cmyk(100,22,0,12)rgb(0,176,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(128,176,255)
hsl(217,100%,75%)
cmyk(50,31,0,0)rgb(102,176,255)
hsl(211,100%,70%)
cmyk(60,31,0,0)rgb(77,176,255)
hsl(207,100%,65%)
cmyk(70,31,0,0)rgb(51,176,255)
hsl(203,100%,60%)
cmyk(80,31,0,0)rgb(25,176,255)
hsl(201,100%,55%)
cmyk(90,31,0,0)rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,252,255)
hsl(181,100%,50%)
cmyk(100,1,0,0)rgb(0,227,255)
hsl(187,100%,50%)
cmyk(100,11,0,0)rgb(0,201,255)
hsl(193,100%,50%)
cmyk(100,21,0,0)rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0)rgb(0,150,255)
hsl(205,100%,50%)
cmyk(100,41,0,0)rgb(0,125,255)
hsl(211,100%,50%)
cmyk(100,51,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0)rgb(0,176,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(0,176,204)
hsl(188,100%,40%)
cmyk(100,14,0,20)rgb(0,176,179)
hsl(181,100%,35%)
cmyk(100,1,0,30)rgb(0,176,153)
hsl(172,100%,35%)
cmyk(100,0,13,31)rgb(0,176,128)
hsl(163,100%,35%)
cmyk(100,0,28,31) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,176,255)
hsl(199,100%,50%)
cmyk(100,31,0,0)rgb(0,158,230)
hsl(199,100%,45%)
cmyk(100,31,0,10)rgb(0,141,204)
hsl(199,100%,40%)
cmyk(100,31,0,20)rgb(0,123,179)
hsl(199,100%,35%)
cmyk(100,31,0,30)rgb(0,106,153)
hsl(199,100%,30%)
cmyk(100,31,0,40)rgb(0,88,128)
hsl(199,100%,25%)
cmyk(100,31,0,50)