Shades of Light Sky Blue #8ECEFC
Tints of Light Sky Blue #8ECEFC
RGB
CMYK
RGB Variations
Color information
#8ECEFC (or 0x8ECEFC) is known color: Light Sky Blue. HEX triplet: 8E, CE and FC. RGB value is (142,206,252). Sum of RGB (Red+Green+Blue) = 142+206+252=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ECEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEFC is #713103. Grayscale: #BFBFBF. Windows color (decimal): -7418116 or 16567950. OLE color: 16567950.
HSL color Cylindrical-coordinate representation of color #8ECEFC: hue angle of 205.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ECEFC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 206 | 252 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.01 |
| HSL | 205.09º | 0.95% | 0.77% | - |
| HSV(B) | 205.09º | 0.44% | 0.99% | - |
| XYZ | 50.8 | 56.92 | 100.41 | - |
| YUV | 192.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 252 | 0.44 | 0.18 | 0 | 0.01 | 205.09 | 0.95 | 0.77 |
| Hex | 8E | CE | FC | 2C | 12 | 0 | 1 | CD | 5F | 4D |
| Octal | 216 | 316 | 374 | 54 | 22 | 0 | 1 | 315 | 137 | 115 |
| Binary | 10001110 | 11001110 | 11111100 | 101100 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001101 |
Color Harmonies of #8ECEFC
Complementary color
Monochromatic Colors of #8ECEFC
Black with #8ECEFC
Text Example
Text Example
White with #8ECEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEFC; }
p { color: rgb(142,206,252); }
H1.HeaderClassName
{
color: #8ECEFC;
}
.AnyTagClassName
{
color: #8ECEFC;
}
</style>
background-color css
<style>
a { background-color: #8ECEFC; }
a { background-color: rgb(142,206,252); }
div.DivClassName
{
background-color: #8ECEFC;
}
.BgClassName
{
background-color: #8ECEFC;
}
</style>
border-color css
<style>
span { border-color: #8ECEFC; }
span { border-color: rgb(142,206,252); }
td.TdClassName
{
border-color: #8ECEFC;
}
.TagClassName
{
border-color: #8ECEFC;
}
</style>