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,13)
hsl(123,100%,50%)
cmyk(100,0,95,0)rgb(0,255,119)
hsl(148,100%,50%)
cmyk(100,0,53,0)rgb(0,255,225)
hsl(173,100%,50%)
cmyk(100,0,12,0)rgb(0,178,255)
hsl(198,100%,50%)
cmyk(100,30,0,0)rgb(0,72,255)
hsl(223,100%,50%)
cmyk(100,72,0,0)rgb(34,0,255)
hsl(248,100%,50%)
cmyk(87,100,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(64,153,191)
hsl(198,50%,50%)
cmyk(67,20,0,25)rgb(51,158,204)
hsl(198,60%,50%)
cmyk(75,23,0,20)rgb(38,163,217)
hsl(198,70%,50%)
cmyk(82,25,0,15)rgb(25,168,230)
hsl(198,80%,50%)
cmyk(89,27,0,10)rgb(13,173,242)
hsl(198,90%,50%)
cmyk(95,28,0,5)rgb(0,178,255)
hsl(198,100%,50%)
cmyk(100,30,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,71,102)
hsl(198,100%,20%)
cmyk(100,30,0,60)rgb(0,107,153)
hsl(198,100%,30%)
cmyk(100,30,0,40)rgb(0,143,204)
hsl(198,100%,40%)
cmyk(100,30,0,20)rgb(0,178,255)
hsl(198,100%,50%)
cmyk(100,30,0,0)rgb(51,194,255)
hsl(198,100%,60%)
cmyk(80,24,0,0)rgb(102,209,255)
hsl(198,100%,70%)
cmyk(60,18,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,179,253)
hsl(198,100%,50%)
cmyk(100,29,0,1)rgb(30,179,253)
hsl(200,98%,55%)
cmyk(88,29,0,1)rgb(60,179,253)
hsl(203,98%,61%)
cmyk(76,29,0,1)rgb(90,179,253)
hsl(207,98%,67%)
cmyk(64,29,0,1)rgb(120,179,253)
hsl(213,97%,73%)
cmyk(53,29,0,1)rgb(150,179,253)
hsl(223,96%,79%)
cmyk(41,29,0,1) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,89,253)
hsl(219,100%,50%)
cmyk(100,65,0,1)rgb(0,119,253)
hsl(212,100%,50%)
cmyk(100,53,0,1)rgb(0,149,253)
hsl(205,100%,50%)
cmyk(100,41,0,1)rgb(0,179,253)
hsl(198,100%,50%)
cmyk(100,29,0,1)rgb(0,209,253)
hsl(190,100%,50%)
cmyk(100,17,0,1)rgb(0,239,253)
hsl(183,100%,50%)
cmyk(100,6,0,1) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,179,105)
hsl(155,100%,35%)
cmyk(100,0,41,30)rgb(0,179,135)
hsl(165,100%,35%)
cmyk(100,0,25,30)rgb(0,179,165)
hsl(175,100%,35%)
cmyk(100,0,8,30)rgb(0,179,195)
hsl(185,100%,38%)
cmyk(100,8,0,24)rgb(0,179,225)
hsl(192,100%,44%)
cmyk(100,20,0,12)rgb(0,179,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(126,179,252)
hsl(215,96%,74%)
cmyk(50,29,0,1)rgb(101,179,252)
hsl(209,97%,69%)
cmyk(60,29,0,1)rgb(76,179,252)
hsl(205,97%,64%)
cmyk(70,29,0,1)rgb(50,179,252)
hsl(202,98%,59%)
cmyk(80,29,0,1)rgb(25,179,252)
hsl(199,98%,54%)
cmyk(90,29,0,1)rgb(0,179,252)
hsl(197,100%,50%)
cmyk(100,29,0,1) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,252,252)
hsl(180,100%,50%)
cmyk(100,0,0,1)rgb(0,227,252)
hsl(186,100%,50%)
cmyk(100,10,0,1)rgb(0,202,252)
hsl(192,100%,50%)
cmyk(100,20,0,1)rgb(0,177,252)
hsl(198,100%,50%)
cmyk(100,30,0,1)rgb(0,151,252)
hsl(204,100%,50%)
cmyk(100,40,0,1)rgb(0,126,252)
hsl(210,100%,50%)
cmyk(100,50,0,1) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,179,252)
hsl(197,100%,50%)
cmyk(100,29,0,1)rgb(0,179,227)
hsl(193,100%,45%)
cmyk(100,21,0,11)rgb(0,179,202)
hsl(187,100%,40%)
cmyk(100,11,0,21)rgb(0,179,177)
hsl(179,100%,35%)
cmyk(100,0,1,30)rgb(0,179,151)
hsl(171,100%,35%)
cmyk(100,0,15,30)rgb(0,179,126)
hsl(162,100%,35%)
cmyk(100,0,30,30) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,181,255)
hsl(197,100%,50%)
cmyk(100,29,0,0)rgb(0,163,230)
hsl(197,100%,45%)
cmyk(100,29,0,10)rgb(0,145,204)
hsl(197,100%,40%)
cmyk(100,29,0,20)rgb(0,127,179)
hsl(197,100%,35%)
cmyk(100,29,0,30)rgb(0,109,153)
hsl(197,100%,30%)
cmyk(100,29,0,40)rgb(0,91,128)
hsl(197,100%,25%)
cmyk(100,29,0,50)