Shades of Light Sky Blue #8EC7FF
Tints of Light Sky Blue #8EC7FF
RGB
CMYK
RGB Variations
Color information
#8EC7FF (or 0x8EC7FF) is known color: Light Sky Blue. HEX triplet: 8E, C7 and FF. RGB value is (142,199,255). Sum of RGB (Red+Green+Blue) = 142+199+255=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7FF is #713800. Grayscale: #BCBCBC. Windows color (decimal): -7419905 or 16762766. OLE color: 16762766.
HSL color Cylindrical-coordinate representation of color #8EC7FF: hue angle of 209.73º 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 #8EC7FF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 199 | 255 | - |
| CMYK | 0.44 | 0.22 | 0 | 0 |
| HSL | 209.73º | 1% | 0.78% | - |
| HSV(B) | 209.73º | 0.44% | 1% | - |
| XYZ | 49.63 | 53.82 | 102.38 | - |
| YUV | 188.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 255 | 0.44 | 0.22 | 0 | 0 | 209.73 | 1 | 0.78 |
| Hex | 8E | C7 | FF | 2C | 16 | 0 | 0 | D2 | 64 | 4E |
| Octal | 216 | 307 | 377 | 54 | 26 | 0 | 0 | 322 | 144 | 116 |
| Binary | 10001110 | 11000111 | 11111111 | 101100 | 10110 | 0 | 0 | 11010010 | 1100100 | 1001110 |
Color Harmonies of #8EC7FF
Complementary color
Monochromatic Colors of #8EC7FF
Black with #8EC7FF
Text Example
Text Example
White with #8EC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7FF; }
p { color: rgb(142,199,255); }
H1.HeaderClassName
{
color: #8EC7FF;
}
.AnyTagClassName
{
color: #8EC7FF;
}
</style>
background-color css
<style>
a { background-color: #8EC7FF; }
a { background-color: rgb(142,199,255); }
div.DivClassName
{
background-color: #8EC7FF;
}
.BgClassName
{
background-color: #8EC7FF;
}
</style>
border-color css
<style>
span { border-color: #8EC7FF; }
span { border-color: rgb(142,199,255); }
td.TdClassName
{
border-color: #8EC7FF;
}
.TagClassName
{
border-color: #8EC7FF;
}
</style>