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,240,4)
hsl(121,100%,47%)
cmyk(100,0,98,6)rgb(0,240,104)
hsl(146,100%,47%)
cmyk(100,0,57,6)rgb(0,240,204)
hsl(171,100%,47%)
cmyk(100,0,15,6)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(0,76,240)
hsl(221,100%,47%)
cmyk(100,68,0,6)rgb(24,0,240)
hsl(246,100%,47%)
cmyk(90,100,0,6) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(60,148,180)
hsl(196,50%,47%)
cmyk(67,18,0,30)rgb(48,153,192)
hsl(196,60%,47%)
cmyk(75,20,0,25)rgb(36,159,204)
hsl(196,70%,47%)
cmyk(82,22,0,20)rgb(24,165,216)
hsl(196,80%,47%)
cmyk(89,24,0,15)rgb(12,170,228)
hsl(196,90%,47%)
cmyk(95,25,0,11)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,64,87)
hsl(196,100%,17%)
cmyk(100,27,0,66)rgb(0,101,138)
hsl(196,100%,27%)
cmyk(100,27,0,46)rgb(0,138,189)
hsl(196,100%,37%)
cmyk(100,27,0,26)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(36,197,255)
hsl(196,100%,57%)
cmyk(86,23,0,0)rgb(87,210,255)
hsl(196,100%,67%)
cmyk(66,18,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(30,176,240)
hsl(198,88%,53%)
cmyk(88,27,0,6)rgb(60,176,240)
hsl(201,86%,59%)
cmyk(75,27,0,6)rgb(90,176,240)
hsl(206,83%,65%)
cmyk(62,27,0,6)rgb(120,176,240)
hsl(212,80%,71%)
cmyk(50,27,0,6)rgb(150,176,240)
hsl(223,75%,76%)
cmyk(37,27,0,6) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,86,240)
hsl(218,100%,47%)
cmyk(100,64,0,6)rgb(0,116,240)
hsl(211,100%,47%)
cmyk(100,52,0,6)rgb(0,146,240)
hsl(204,100%,47%)
cmyk(100,39,0,6)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(0,206,240)
hsl(189,100%,47%)
cmyk(100,14,0,6)rgb(0,236,240)
hsl(181,100%,47%)
cmyk(100,2,0,6) 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(120,175,240)
hsl(212,80%,71%)
cmyk(50,27,0,6)rgb(96,175,240)
hsl(207,82%,66%)
cmyk(60,27,0,6)rgb(72,175,240)
hsl(203,85%,61%)
cmyk(70,27,0,6)rgb(48,175,240)
hsl(200,86%,56%)
cmyk(80,27,0,6)rgb(24,175,240)
hsl(198,88%,52%)
cmyk(90,27,0,6)rgb(0,175,240)
hsl(196,100%,47%)
cmyk(100,27,0,6) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,240,240)
hsl(180,100%,47%)
cmyk(100,0,0,6)rgb(0,216,240)
hsl(186,100%,47%)
cmyk(100,10,0,6)rgb(0,192,240)
hsl(192,100%,47%)
cmyk(100,20,0,6)rgb(0,168,240)
hsl(198,100%,47%)
cmyk(100,30,0,6)rgb(0,144,240)
hsl(204,100%,47%)
cmyk(100,40,0,6)rgb(0,120,240)
hsl(210,100%,47%)
cmyk(100,50,0,6) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,175,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(0,175,216)
hsl(191,100%,42%)
cmyk(100,19,0,15)rgb(0,175,192)
hsl(185,100%,38%)
cmyk(100,9,0,25)rgb(0,175,168)
hsl(178,100%,34%)
cmyk(100,0,4,31)rgb(0,175,144)
hsl(169,100%,34%)
cmyk(100,0,18,31)rgb(0,175,120)
hsl(161,100%,34%)
cmyk(100,0,32,31) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,186,255)
hsl(196,100%,50%)
cmyk(100,27,0,0)rgb(0,168,230)
hsl(196,100%,45%)
cmyk(100,27,0,10)rgb(0,149,204)
hsl(196,100%,40%)
cmyk(100,27,0,20)rgb(0,130,179)
hsl(196,100%,35%)
cmyk(100,27,0,30)rgb(0,112,153)
hsl(196,100%,30%)
cmyk(100,27,0,40)rgb(0,93,128)
hsl(196,100%,25%)
cmyk(100,27,0,50)