Shades of Light Sky Blue #8ECCFF
Tints of Light Sky Blue #8ECCFF
RGB
CMYK
RGB Variations
Color information
#8ECCFF (or 0x8ECCFF) is known color: Light Sky Blue. HEX triplet: 8E, CC and FF. RGB value is (142,204,255). Sum of RGB (Red+Green+Blue) = 142+204+255=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ECCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCFF is #713300. Grayscale: #BFBFBF. Windows color (decimal): -7418625 or 16764046. OLE color: 16764046.
HSL color Cylindrical-coordinate representation of color #8ECCFF: hue angle of 207.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ECCFF is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 204 | 255 | - |
| CMYK | 0.44 | 0.2 | 0 | 0 |
| HSL | 207.08º | 1% | 0.78% | - |
| HSV(B) | 207.08º | 0.44% | 1% | - |
| XYZ | 50.8 | 56.16 | 102.77 | - |
| YUV | 191.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 255 | 0.44 | 0.2 | 0 | 0 | 207.08 | 1 | 0.78 |
| Hex | 8E | CC | FF | 2C | 14 | 0 | 0 | CF | 64 | 4E |
| Octal | 216 | 314 | 377 | 54 | 24 | 0 | 0 | 317 | 144 | 116 |
| Binary | 10001110 | 11001100 | 11111111 | 101100 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001110 |
Color Harmonies of #8ECCFF
Complementary color
Monochromatic Colors of #8ECCFF
Black with #8ECCFF
Text Example
Text Example
White with #8ECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCFF; }
p { color: rgb(142,204,255); }
H1.HeaderClassName
{
color: #8ECCFF;
}
.AnyTagClassName
{
color: #8ECCFF;
}
</style>
background-color css
<style>
a { background-color: #8ECCFF; }
a { background-color: rgb(142,204,255); }
div.DivClassName
{
background-color: #8ECCFF;
}
.BgClassName
{
background-color: #8ECCFF;
}
</style>
border-color css
<style>
span { border-color: #8ECCFF; }
span { border-color: rgb(142,204,255); }
td.TdClassName
{
border-color: #8ECCFF;
}
.TagClassName
{
border-color: #8ECCFF;
}
</style>