Shades of Light Sky Blue #8DC6FF
Tints of Light Sky Blue #8DC6FF
RGB
CMYK
RGB Variations
Color information
#8DC6FF (or 0x8DC6FF) is known color: Light Sky Blue. HEX triplet: 8D, C6 and FF. RGB value is (141,198,255). Sum of RGB (Red+Green+Blue) = 141+198+255=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6FF is #723900. Grayscale: #BBBBBB. Windows color (decimal): -7485697 or 16762509. OLE color: 16762509.
HSL color Cylindrical-coordinate representation of color #8DC6FF: hue angle of 210º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DC6FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 198 | 255 | - |
| CMYK | 0.45 | 0.22 | 0 | 0 |
| HSL | 210º | 1% | 0.78% | - |
| HSV(B) | 210º | 0.45% | 1% | - |
| XYZ | 49.23 | 53.27 | 102.3 | - |
| YUV | 187.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 255 | 0.45 | 0.22 | 0 | 0 | 210 | 1 | 0.78 |
| Hex | 8D | C6 | FF | 2D | 16 | 0 | 0 | D2 | 64 | 4E |
| Octal | 215 | 306 | 377 | 55 | 26 | 0 | 0 | 322 | 144 | 116 |
| Binary | 10001101 | 11000110 | 11111111 | 101101 | 10110 | 0 | 0 | 11010010 | 1100100 | 1001110 |
Color Harmonies of #8DC6FF
Complementary color
Monochromatic Colors of #8DC6FF
Black with #8DC6FF
Text Example
Text Example
White with #8DC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC6FF; }
p { color: rgb(141,198,255); }
H1.HeaderClassName
{
color: #8DC6FF;
}
.AnyTagClassName
{
color: #8DC6FF;
}
</style>
background-color css
<style>
a { background-color: #8DC6FF; }
a { background-color: rgb(141,198,255); }
div.DivClassName
{
background-color: #8DC6FF;
}
.BgClassName
{
background-color: #8DC6FF;
}
</style>
border-color css
<style>
span { border-color: #8DC6FF; }
span { border-color: rgb(141,198,255); }
td.TdClassName
{
border-color: #8DC6FF;
}
.TagClassName
{
border-color: #8DC6FF;
}
</style>