Shades of Electric Blue #8EFFEF
Tints of Electric Blue #8EFFEF
RGB
CMYK
RGB Variations
Color information
#8EFFEF (or 0x8EFFEF) is known color: Electric Blue. HEX triplet: 8E, FF and EF. RGB value is (142,255,239). Sum of RGB (Red+Green+Blue) = 142+255+239=636 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.33% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEF is #710010. Grayscale: #DBDBDB. Windows color (decimal): -7405585 or 15728526. OLE color: 15728526.
HSL color Cylindrical-coordinate representation of color #8EFFEF: hue angle of 171.5º 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 #8EFFEF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 239 | - |
| CMYK | 0.44 | 0 | 0.06 | 0 |
| HSL | 171.5º | 1% | 0.78% | - |
| HSV(B) | 171.5º | 0.44% | 1% | - |
| XYZ | 62.5 | 83.5 | 94.49 | - |
| YUV | 219.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 239 | 0.44 | 0 | 0.06 | 0 | 171.5 | 1 | 0.78 |
| Hex | 8E | FF | EF | 2C | 0 | 6 | 0 | AC | 64 | 4E |
| Octal | 216 | 377 | 357 | 54 | 0 | 6 | 0 | 254 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11101111 | 101100 | 0 | 110 | 0 | 10101100 | 1100100 | 1001110 |
Color Harmonies of #8EFFEF
Complementary color
Monochromatic Colors of #8EFFEF
Black with #8EFFEF
Text Example
Text Example
White with #8EFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFEF; }
p { color: rgb(142,255,239); }
H1.HeaderClassName
{
color: #8EFFEF;
}
.AnyTagClassName
{
color: #8EFFEF;
}
</style>
background-color css
<style>
a { background-color: #8EFFEF; }
a { background-color: rgb(142,255,239); }
div.DivClassName
{
background-color: #8EFFEF;
}
.BgClassName
{
background-color: #8EFFEF;
}
</style>
border-color css
<style>
span { border-color: #8EFFEF; }
span { border-color: rgb(142,255,239); }
td.TdClassName
{
border-color: #8EFFEF;
}
.TagClassName
{
border-color: #8EFFEF;
}
</style>