Shades of Light Sky Blue #8EC7FA
Tints of Light Sky Blue #8EC7FA
RGB
CMYK
RGB Variations
Color information
#8EC7FA (or 0x8EC7FA) is known color: Light Sky Blue. HEX triplet: 8E, C7 and FA. RGB value is (142,199,250). Sum of RGB (Red+Green+Blue) = 142+199+250=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7FA is #713805. Grayscale: #BBBBBB. Windows color (decimal): -7419910 or 16435086. OLE color: 16435086.
HSL color Cylindrical-coordinate representation of color #8EC7FA: hue angle of 208.33º 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 #8EC7FA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 199 | 250 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.02 |
| HSL | 208.33º | 0.92% | 0.77% | - |
| HSV(B) | 208.33º | 0.43% | 0.98% | - |
| XYZ | 48.83 | 53.5 | 98.2 | - |
| YUV | 187.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 250 | 0.43 | 0.20 | 0 | 0.02 | 208.33 | 0.92 | 0.77 |
| Hex | 8E | C7 | FA | 2B | 14 | 0 | 2 | D0 | 5C | 4D |
| Octal | 216 | 307 | 372 | 53 | 24 | 0 | 2 | 320 | 134 | 115 |
| Binary | 10001110 | 11000111 | 11111010 | 101011 | 10100 | 0 | 10 | 11010000 | 1011100 | 1001101 |
Color Harmonies of #8EC7FA
Complementary color
Monochromatic Colors of #8EC7FA
Black with #8EC7FA
Text Example
Text Example
White with #8EC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7FA; }
p { color: rgb(142,199,250); }
H1.HeaderClassName
{
color: #8EC7FA;
}
.AnyTagClassName
{
color: #8EC7FA;
}
</style>
background-color css
<style>
a { background-color: #8EC7FA; }
a { background-color: rgb(142,199,250); }
div.DivClassName
{
background-color: #8EC7FA;
}
.BgClassName
{
background-color: #8EC7FA;
}
</style>
border-color css
<style>
span { border-color: #8EC7FA; }
span { border-color: rgb(142,199,250); }
td.TdClassName
{
border-color: #8EC7FA;
}
.TagClassName
{
border-color: #8EC7FA;
}
</style>