Shades of Light Sky Blue #8ECEFA
Tints of Light Sky Blue #8ECEFA
RGB
CMYK
RGB Variations
Color information
#8ECEFA (or 0x8ECEFA) is known color: Light Sky Blue. HEX triplet: 8E, CE and FA. RGB value is (142,206,250). Sum of RGB (Red+Green+Blue) = 142+206+250=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ECEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEFA is #713105. Grayscale: #BFBFBF. Windows color (decimal): -7418118 or 16436878. OLE color: 16436878.
HSL color Cylindrical-coordinate representation of color #8ECEFA: hue angle of 204.44º 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 #8ECEFA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 206 | 250 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.02 |
| HSL | 204.44º | 0.92% | 0.77% | - |
| HSV(B) | 204.44º | 0.43% | 0.98% | - |
| XYZ | 50.48 | 56.8 | 98.74 | - |
| YUV | 191.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 250 | 0.43 | 0.18 | 0 | 0.02 | 204.44 | 0.92 | 0.77 |
| Hex | 8E | CE | FA | 2B | 12 | 0 | 2 | CC | 5C | 4D |
| Octal | 216 | 316 | 372 | 53 | 22 | 0 | 2 | 314 | 134 | 115 |
| Binary | 10001110 | 11001110 | 11111010 | 101011 | 10010 | 0 | 10 | 11001100 | 1011100 | 1001101 |
Color Harmonies of #8ECEFA
Complementary color
Monochromatic Colors of #8ECEFA
Black with #8ECEFA
Text Example
Text Example
White with #8ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEFA; }
p { color: rgb(142,206,250); }
H1.HeaderClassName
{
color: #8ECEFA;
}
.AnyTagClassName
{
color: #8ECEFA;
}
</style>
background-color css
<style>
a { background-color: #8ECEFA; }
a { background-color: rgb(142,206,250); }
div.DivClassName
{
background-color: #8ECEFA;
}
.BgClassName
{
background-color: #8ECEFA;
}
</style>
border-color css
<style>
span { border-color: #8ECEFA; }
span { border-color: rgb(142,206,250); }
td.TdClassName
{
border-color: #8ECEFA;
}
.TagClassName
{
border-color: #8ECEFA;
}
</style>