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,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(30,178,230)
hsl(196,80%,51%)
cmyk(87,23,0,10)rgb(60,178,230)
hsl(198,77%,57%)
cmyk(74,23,0,10)rgb(90,178,230)
hsl(202,74%,63%)
cmyk(61,23,0,10)rgb(120,178,230)
hsl(208,69%,69%)
cmyk(48,23,0,10)rgb(150,178,230)
hsl(219,62%,75%)
cmyk(35,23,0,10) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,88,230)
hsl(217,100%,45%)
cmyk(100,62,0,10)rgb(0,118,230)
hsl(209,100%,45%)
cmyk(100,49,0,10)rgb(0,148,230)
hsl(201,100%,45%)
cmyk(100,36,0,10)rgb(0,178,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(0,208,230)
hsl(186,100%,45%)
cmyk(100,10,0,10)rgb(0,238,230)
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(115,177,230)
hsl(208,69%,68%)
cmyk(50,23,0,10)rgb(92,177,230)
hsl(203,73%,63%)
cmyk(60,23,0,10)rgb(69,177,230)
hsl(200,76%,59%)
cmyk(70,23,0,10)rgb(46,177,230)
hsl(197,78%,54%)
cmyk(80,23,0,10)rgb(23,177,230)
hsl(195,82%,50%)
cmyk(90,23,0,10)rgb(0,177,230)
hsl(194,100%,45%)
cmyk(100,23,0,10) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,230,230)
hsl(180,100%,45%)
cmyk(100,0,0,10)rgb(0,207,230)
hsl(186,100%,45%)
cmyk(100,10,0,10)rgb(0,184,230)
hsl(192,100%,45%)
cmyk(100,20,0,10)rgb(0,161,230)
hsl(198,100%,45%)
cmyk(100,30,0,10)rgb(0,138,230)
hsl(204,100%,45%)
cmyk(100,40,0,10)rgb(0,115,230)
hsl(210,100%,45%)
cmyk(100,50,0,10) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,177,230)
hsl(194,100%,45%)
cmyk(100,23,0,10)rgb(0,177,207)
hsl(189,100%,41%)
cmyk(100,14,0,19)rgb(0,177,184)
hsl(182,100%,36%)
cmyk(100,4,0,28)rgb(0,177,161)
hsl(175,100%,35%)
cmyk(100,0,9,31)rgb(0,177,138)
hsl(167,100%,35%)
cmyk(100,0,22,31)rgb(0,177,115)
hsl(159,100%,35%)
cmyk(100,0,35,31) 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)