Shades of Light Sky Blue #8ECAFE
Tints of Light Sky Blue #8ECAFE
RGB
CMYK
RGB Variations
Color information
#8ECAFE (or 0x8ECAFE) is known color: Light Sky Blue. HEX triplet: 8E, CA and FE. RGB value is (142,202,254). Sum of RGB (Red+Green+Blue) = 142+202+254=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ECAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAFE is #713501. Grayscale: #BDBDBD. Windows color (decimal): -7419138 or 16697998. OLE color: 16697998.
HSL color Cylindrical-coordinate representation of color #8ECAFE: hue angle of 207.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ECAFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 202 | 254 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.00 |
| HSL | 207.86º | 0.98% | 0.78% | - |
| HSV(B) | 207.86º | 0.44% | 1% | - |
| XYZ | 50.17 | 55.15 | 101.77 | - |
| YUV | 189.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 254 | 0.44 | 0.20 | 0 | 0.00 | 207.86 | 0.98 | 0.78 |
| Hex | 8E | CA | FE | 2C | 14 | 0 | 0 | D0 | 62 | 4E |
| Octal | 216 | 312 | 376 | 54 | 24 | 0 | 0 | 320 | 142 | 116 |
| Binary | 10001110 | 11001010 | 11111110 | 101100 | 10100 | 0 | 0 | 11010000 | 1100010 | 1001110 |
Color Harmonies of #8ECAFE
Complementary color
Monochromatic Colors of #8ECAFE
Black with #8ECAFE
Text Example
Text Example
White with #8ECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAFE; }
p { color: rgb(142,202,254); }
H1.HeaderClassName
{
color: #8ECAFE;
}
.AnyTagClassName
{
color: #8ECAFE;
}
</style>
background-color css
<style>
a { background-color: #8ECAFE; }
a { background-color: rgb(142,202,254); }
div.DivClassName
{
background-color: #8ECAFE;
}
.BgClassName
{
background-color: #8ECAFE;
}
</style>
border-color css
<style>
span { border-color: #8ECAFE; }
span { border-color: rgb(142,202,254); }
td.TdClassName
{
border-color: #8ECAFE;
}
.TagClassName
{
border-color: #8ECAFE;
}
</style>