Shades of Electric Blue #8EECF6
Tints of Electric Blue #8EECF6
RGB
CMYK
RGB Variations
Color information
#8EECF6 (or 0x8EECF6) is known color: Electric Blue. HEX triplet: 8E, EC and F6. RGB value is (142,236,246). Sum of RGB (Red+Green+Blue) = 142+236+246=624 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.76% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECF6 is #711309. Grayscale: #D0D0D0. Windows color (decimal): -7410442 or 16182414. OLE color: 16182414.
HSL color Cylindrical-coordinate representation of color #8EECF6: hue angle of 185.77º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EECF6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 236 | 246 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.04 |
| HSL | 185.77º | 0.85% | 0.76% | - |
| HSV(B) | 185.77º | 0.42% | 0.96% | - |
| XYZ | 57.79 | 72.4 | 98.12 | - |
| YUV | 209.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 246 | 0.42 | 0.04 | 0 | 0.04 | 185.77 | 0.85 | 0.76 |
| Hex | 8E | EC | F6 | 2A | 4 | 0 | 4 | BA | 55 | 4C |
| Octal | 216 | 354 | 366 | 52 | 4 | 0 | 4 | 272 | 125 | 114 |
| Binary | 10001110 | 11101100 | 11110110 | 101010 | 100 | 0 | 100 | 10111010 | 1010101 | 1001100 |
Color Harmonies of #8EECF6
Complementary color
Monochromatic Colors of #8EECF6
Black with #8EECF6
Text Example
Text Example
White with #8EECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECF6; }
p { color: rgb(142,236,246); }
H1.HeaderClassName
{
color: #8EECF6;
}
.AnyTagClassName
{
color: #8EECF6;
}
</style>
background-color css
<style>
a { background-color: #8EECF6; }
a { background-color: rgb(142,236,246); }
div.DivClassName
{
background-color: #8EECF6;
}
.BgClassName
{
background-color: #8EECF6;
}
</style>
border-color css
<style>
span { border-color: #8EECF6; }
span { border-color: rgb(142,236,246); }
td.TdClassName
{
border-color: #8EECF6;
}
.TagClassName
{
border-color: #8EECF6;
}
</style>