Shades of Electric Blue #8EECF7
Tints of Electric Blue #8EECF7
RGB
CMYK
RGB Variations
Color information
#8EECF7 (or 0x8EECF7) is known color: Electric Blue. HEX triplet: 8E, EC and F7. RGB value is (142,236,247). Sum of RGB (Red+Green+Blue) = 142+236+247=625 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.72% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #8EECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECF7 is #711308. Grayscale: #D1D1D1. Windows color (decimal): -7410441 or 16247950. OLE color: 16247950.
HSL color Cylindrical-coordinate representation of color #8EECF7: hue angle of 186.29º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EECF7 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 236 | 247 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.03 |
| HSL | 186.29º | 0.87% | 0.76% | - |
| HSV(B) | 186.29º | 0.43% | 0.97% | - |
| XYZ | 57.94 | 72.46 | 98.93 | - |
| YUV | 209.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 247 | 0.43 | 0.04 | 0 | 0.03 | 186.29 | 0.87 | 0.76 |
| Hex | 8E | EC | F7 | 2B | 4 | 0 | 3 | BA | 57 | 4C |
| Octal | 216 | 354 | 367 | 53 | 4 | 0 | 3 | 272 | 127 | 114 |
| Binary | 10001110 | 11101100 | 11110111 | 101011 | 100 | 0 | 11 | 10111010 | 1010111 | 1001100 |
Color Harmonies of #8EECF7
Complementary color
Monochromatic Colors of #8EECF7
Black with #8EECF7
Text Example
Text Example
White with #8EECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECF7; }
p { color: rgb(142,236,247); }
H1.HeaderClassName
{
color: #8EECF7;
}
.AnyTagClassName
{
color: #8EECF7;
}
</style>
background-color css
<style>
a { background-color: #8EECF7; }
a { background-color: rgb(142,236,247); }
div.DivClassName
{
background-color: #8EECF7;
}
.BgClassName
{
background-color: #8EECF7;
}
</style>
border-color css
<style>
span { border-color: #8EECF7; }
span { border-color: rgb(142,236,247); }
td.TdClassName
{
border-color: #8EECF7;
}
.TagClassName
{
border-color: #8EECF7;
}
</style>