Shades of Electric Blue #8EECFE
Tints of Electric Blue #8EECFE
RGB
CMYK
RGB Variations
Color information
#8EECFE (or 0x8EECFE) is known color: Electric Blue. HEX triplet: 8E, EC and FE. RGB value is (142,236,254). Sum of RGB (Red+Green+Blue) = 142+236+254=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECFE is #711301. Grayscale: #D1D1D1. Windows color (decimal): -7410434 or 16706702. OLE color: 16706702.
HSL color Cylindrical-coordinate representation of color #8EECFE: hue angle of 189.64º 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 #8EECFE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 236 | 254 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.00 |
| HSL | 189.64º | 0.98% | 0.78% | - |
| HSV(B) | 189.64º | 0.44% | 1% | - |
| XYZ | 59.04 | 72.9 | 104.72 | - |
| YUV | 209.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 254 | 0.44 | 0.07 | 0 | 0.00 | 189.64 | 0.98 | 0.78 |
| Hex | 8E | EC | FE | 2C | 7 | 0 | 0 | BE | 62 | 4E |
| Octal | 216 | 354 | 376 | 54 | 7 | 0 | 0 | 276 | 142 | 116 |
| Binary | 10001110 | 11101100 | 11111110 | 101100 | 111 | 0 | 0 | 10111110 | 1100010 | 1001110 |
Color Harmonies of #8EECFE
Complementary color
Monochromatic Colors of #8EECFE
Black with #8EECFE
Text Example
Text Example
White with #8EECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECFE; }
p { color: rgb(142,236,254); }
H1.HeaderClassName
{
color: #8EECFE;
}
.AnyTagClassName
{
color: #8EECFE;
}
</style>
background-color css
<style>
a { background-color: #8EECFE; }
a { background-color: rgb(142,236,254); }
div.DivClassName
{
background-color: #8EECFE;
}
.BgClassName
{
background-color: #8EECFE;
}
</style>
border-color css
<style>
span { border-color: #8EECFE; }
span { border-color: rgb(142,236,254); }
td.TdClassName
{
border-color: #8EECFE;
}
.TagClassName
{
border-color: #8EECFE;
}
</style>