Shades of Light Sky Blue #8EC9FA
Tints of Light Sky Blue #8EC9FA
RGB
CMYK
RGB Variations
Color information
#8EC9FA (or 0x8EC9FA) is known color: Light Sky Blue. HEX triplet: 8E, C9 and FA. RGB value is (142,201,250). Sum of RGB (Red+Green+Blue) = 142+201+250=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC9FA is #713605. Grayscale: #BCBCBC. Windows color (decimal): -7419398 or 16435598. OLE color: 16435598.
HSL color Cylindrical-coordinate representation of color #8EC9FA: hue angle of 207.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC9FA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 201 | 250 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.02 |
| HSL | 207.22º | 0.92% | 0.77% | - |
| HSV(B) | 207.22º | 0.43% | 0.98% | - |
| XYZ | 49.3 | 54.43 | 98.35 | - |
| YUV | 188.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 250 | 0.43 | 0.20 | 0 | 0.02 | 207.22 | 0.92 | 0.77 |
| Hex | 8E | C9 | FA | 2B | 14 | 0 | 2 | CF | 5C | 4D |
| Octal | 216 | 311 | 372 | 53 | 24 | 0 | 2 | 317 | 134 | 115 |
| Binary | 10001110 | 11001001 | 11111010 | 101011 | 10100 | 0 | 10 | 11001111 | 1011100 | 1001101 |
Color Harmonies of #8EC9FA
Complementary color
Monochromatic Colors of #8EC9FA
Black with #8EC9FA
Text Example
Text Example
White with #8EC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC9FA; }
p { color: rgb(142,201,250); }
H1.HeaderClassName
{
color: #8EC9FA;
}
.AnyTagClassName
{
color: #8EC9FA;
}
</style>
background-color css
<style>
a { background-color: #8EC9FA; }
a { background-color: rgb(142,201,250); }
div.DivClassName
{
background-color: #8EC9FA;
}
.BgClassName
{
background-color: #8EC9FA;
}
</style>
border-color css
<style>
span { border-color: #8EC9FA; }
span { border-color: rgb(142,201,250); }
td.TdClassName
{
border-color: #8EC9FA;
}
.TagClassName
{
border-color: #8EC9FA;
}
</style>