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,250,12)
hsl(123,100%,49%)
cmyk(100,0,95,2)rgb(0,250,117)
hsl(148,100%,49%)
cmyk(100,0,53,2)rgb(0,250,221)
hsl(173,100%,49%)
cmyk(100,0,12,2)rgb(0,175,250)
hsl(198,100%,49%)
cmyk(100,30,0,2)rgb(0,71,250)
hsl(223,100%,49%)
cmyk(100,72,0,2)rgb(33,0,250)
hsl(248,100%,49%)
cmyk(87,100,0,2) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(62,150,187)
hsl(198,50%,49%)
cmyk(67,20,0,27)rgb(50,155,200)
hsl(198,60%,49%)
cmyk(75,23,0,22)rgb(37,160,212)
hsl(198,70%,49%)
cmyk(82,25,0,17)rgb(25,165,225)
hsl(198,80%,49%)
cmyk(89,27,0,12)rgb(12,170,237)
hsl(198,90%,49%)
cmyk(95,28,0,7)rgb(0,175,250)
hsl(198,100%,49%)
cmyk(100,30,0,2) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,68,97)
hsl(198,100%,19%)
cmyk(100,30,0,62)rgb(0,104,148)
hsl(198,100%,29%)
cmyk(100,30,0,42)rgb(0,139,199)
hsl(198,100%,39%)
cmyk(100,30,0,22)rgb(0,175,250)
hsl(198,100%,49%)
cmyk(100,30,0,2)rgb(46,192,255)
hsl(198,100%,59%)
cmyk(82,25,0,0)rgb(97,208,255)
hsl(198,100%,69%)
cmyk(62,19,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,175,248)
hsl(198,100%,49%)
cmyk(100,29,0,3)rgb(30,175,248)
hsl(200,94%,55%)
cmyk(88,29,0,3)rgb(60,175,248)
hsl(203,93%,60%)
cmyk(76,29,0,3)rgb(90,175,248)
hsl(208,92%,66%)
cmyk(64,29,0,3)rgb(120,175,248)
hsl(214,90%,72%)
cmyk(52,29,0,3)rgb(150,175,248)
hsl(225,88%,78%)
cmyk(40,29,0,3) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,85,248)
hsl(219,100%,49%)
cmyk(100,66,0,3)rgb(0,115,248)
hsl(212,100%,49%)
cmyk(100,54,0,3)rgb(0,145,248)
hsl(205,100%,49%)
cmyk(100,42,0,3)rgb(0,175,248)
hsl(198,100%,49%)
cmyk(100,29,0,3)rgb(0,205,248)
hsl(190,100%,49%)
cmyk(100,17,0,3)rgb(0,235,248)
hsl(183,100%,49%)
cmyk(100,5,0,3) 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(124,176,247)
hsl(215,89%,73%)
cmyk(50,29,0,3)rgb(99,176,247)
hsl(209,91%,68%)
cmyk(60,29,0,3)rgb(74,176,247)
hsl(205,92%,63%)
cmyk(70,29,0,3)rgb(49,176,247)
hsl(202,93%,58%)
cmyk(80,29,0,3)rgb(25,176,247)
hsl(199,94%,53%)
cmyk(90,29,0,3)rgb(0,176,247)
hsl(197,100%,49%)
cmyk(100,29,0,3) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,247,247)
hsl(180,100%,49%)
cmyk(100,0,0,3)rgb(0,223,247)
hsl(186,100%,49%)
cmyk(100,10,0,3)rgb(0,198,247)
hsl(192,100%,49%)
cmyk(100,20,0,3)rgb(0,173,247)
hsl(198,100%,49%)
cmyk(100,30,0,3)rgb(0,148,247)
hsl(204,100%,49%)
cmyk(100,40,0,3)rgb(0,124,247)
hsl(210,100%,49%)
cmyk(100,50,0,3) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,176,247)
hsl(197,100%,49%)
cmyk(100,29,0,3)rgb(0,176,223)
hsl(193,100%,44%)
cmyk(100,21,0,13)rgb(0,176,198)
hsl(187,100%,39%)
cmyk(100,11,0,22)rgb(0,176,173)
hsl(179,100%,34%)
cmyk(100,0,1,31)rgb(0,176,148)
hsl(171,100%,34%)
cmyk(100,0,15,31)rgb(0,176,124)
hsl(162,100%,34%)
cmyk(100,0,30,31) 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)