Shades of Light Sky Blue #8EC5FF
Tints of Light Sky Blue #8EC5FF
RGB
CMYK
RGB Variations
Color information
#8EC5FF (or 0x8EC5FF) is known color: Light Sky Blue. HEX triplet: 8E, C5 and FF. RGB value is (142,197,255). Sum of RGB (Red+Green+Blue) = 142+197+255=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 197 (77.34% from 255 or 33.16% 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 #8EC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5FF is #713A00. Grayscale: #BABABA. Windows color (decimal): -7420417 or 16762254. OLE color: 16762254.
HSL color Cylindrical-coordinate representation of color #8EC5FF: hue angle of 210.8º 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 #8EC5FF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 197 | 255 | - |
| CMYK | 0.44 | 0.23 | 0 | 0 |
| HSL | 210.8º | 1% | 0.78% | - |
| HSV(B) | 210.8º | 0.44% | 1% | - |
| XYZ | 49.17 | 52.9 | 102.23 | - |
| YUV | 187.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 255 | 0.44 | 0.23 | 0 | 0 | 210.8 | 1 | 0.78 |
| Hex | 8E | C5 | FF | 2C | 17 | 0 | 0 | D3 | 64 | 4E |
| Octal | 216 | 305 | 377 | 54 | 27 | 0 | 0 | 323 | 144 | 116 |
| Binary | 10001110 | 11000101 | 11111111 | 101100 | 10111 | 0 | 0 | 11010011 | 1100100 | 1001110 |
Color Harmonies of #8EC5FF
Complementary color
Monochromatic Colors of #8EC5FF
Black with #8EC5FF
Text Example
Text Example
White with #8EC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC5FF; }
p { color: rgb(142,197,255); }
H1.HeaderClassName
{
color: #8EC5FF;
}
.AnyTagClassName
{
color: #8EC5FF;
}
</style>
background-color css
<style>
a { background-color: #8EC5FF; }
a { background-color: rgb(142,197,255); }
div.DivClassName
{
background-color: #8EC5FF;
}
.BgClassName
{
background-color: #8EC5FF;
}
</style>
border-color css
<style>
span { border-color: #8EC5FF; }
span { border-color: rgb(142,197,255); }
td.TdClassName
{
border-color: #8EC5FF;
}
.TagClassName
{
border-color: #8EC5FF;
}
</style>