Shades of Light Sky Blue #8EC4FA
Tints of Light Sky Blue #8EC4FA
RGB
CMYK
RGB Variations
Color information
#8EC4FA (or 0x8EC4FA) is known color: Light Sky Blue. HEX triplet: 8E, C4 and FA. RGB value is (142,196,250). Sum of RGB (Red+Green+Blue) = 142+196+250=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC4FA is #713B05. Grayscale: #B9B9B9. Windows color (decimal): -7420678 or 16434318. OLE color: 16434318.
HSL color Cylindrical-coordinate representation of color #8EC4FA: hue angle of 210º 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 #8EC4FA is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 196 | 250 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.02 |
| HSL | 210º | 0.92% | 0.77% | - |
| HSV(B) | 210º | 0.43% | 0.98% | - |
| XYZ | 48.15 | 52.13 | 97.97 | - |
| YUV | 186.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 250 | 0.43 | 0.22 | 0 | 0.02 | 210 | 0.92 | 0.77 |
| Hex | 8E | C4 | FA | 2B | 16 | 0 | 2 | D2 | 5C | 4D |
| Octal | 216 | 304 | 372 | 53 | 26 | 0 | 2 | 322 | 134 | 115 |
| Binary | 10001110 | 11000100 | 11111010 | 101011 | 10110 | 0 | 10 | 11010010 | 1011100 | 1001101 |
Color Harmonies of #8EC4FA
Complementary color
Monochromatic Colors of #8EC4FA
Black with #8EC4FA
Text Example
Text Example
White with #8EC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4FA; }
p { color: rgb(142,196,250); }
H1.HeaderClassName
{
color: #8EC4FA;
}
.AnyTagClassName
{
color: #8EC4FA;
}
</style>
background-color css
<style>
a { background-color: #8EC4FA; }
a { background-color: rgb(142,196,250); }
div.DivClassName
{
background-color: #8EC4FA;
}
.BgClassName
{
background-color: #8EC4FA;
}
</style>
border-color css
<style>
span { border-color: #8EC4FA; }
span { border-color: rgb(142,196,250); }
td.TdClassName
{
border-color: #8EC4FA;
}
.TagClassName
{
border-color: #8EC4FA;
}
</style>