Shades of Electric Blue #8EFFED
Tints of Electric Blue #8EFFED
RGB
CMYK
RGB Variations
Color information
#8EFFED (or 0x8EFFED) is known color: Electric Blue. HEX triplet: 8E, FF and ED. RGB value is (142,255,237). Sum of RGB (Red+Green+Blue) = 142+255+237=634 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.40% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFED is #710012. Grayscale: #DBDBDB. Windows color (decimal): -7405587 or 15597454. OLE color: 15597454.
HSL color Cylindrical-coordinate representation of color #8EFFED: hue angle of 170.44º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFED is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 237 | - |
| CMYK | 0.44 | 0 | 0.07 | 0 |
| HSL | 170.44º | 1% | 0.78% | - |
| HSV(B) | 170.44º | 0.44% | 1% | - |
| XYZ | 62.2 | 83.39 | 92.94 | - |
| YUV | 219.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 237 | 0.44 | 0 | 0.07 | 0 | 170.44 | 1 | 0.78 |
| Hex | 8E | FF | ED | 2C | 0 | 7 | 0 | AA | 64 | 4E |
| Octal | 216 | 377 | 355 | 54 | 0 | 7 | 0 | 252 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11101101 | 101100 | 0 | 111 | 0 | 10101010 | 1100100 | 1001110 |
Color Harmonies of #8EFFED
Complementary color
Monochromatic Colors of #8EFFED
Black with #8EFFED
Text Example
Text Example
White with #8EFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFED; }
p { color: rgb(142,255,237); }
H1.HeaderClassName
{
color: #8EFFED;
}
.AnyTagClassName
{
color: #8EFFED;
}
</style>
background-color css
<style>
a { background-color: #8EFFED; }
a { background-color: rgb(142,255,237); }
div.DivClassName
{
background-color: #8EFFED;
}
.BgClassName
{
background-color: #8EFFED;
}
</style>
border-color css
<style>
span { border-color: #8EFFED; }
span { border-color: rgb(142,255,237); }
td.TdClassName
{
border-color: #8EFFED;
}
.TagClassName
{
border-color: #8EFFED;
}
</style>