Shades of Electric Blue #8EFDEF
Tints of Electric Blue #8EFDEF
RGB
CMYK
RGB Variations
Color information
#8EFDEF (or 0x8EFDEF) is known color: Electric Blue. HEX triplet: 8E, FD and EF. RGB value is (142,253,239). Sum of RGB (Red+Green+Blue) = 142+253+239=634 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.40% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEF is #710210. Grayscale: #DADADA. Windows color (decimal): -7406097 or 15728014. OLE color: 15728014.
HSL color Cylindrical-coordinate representation of color #8EFDEF: hue angle of 172.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 239 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.01 |
| HSL | 172.43º | 0.97% | 0.77% | - |
| HSV(B) | 172.43º | 0.44% | 0.99% | - |
| XYZ | 61.86 | 82.23 | 94.27 | - |
| YUV | 218.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 239 | 0.44 | 0 | 0.06 | 0.01 | 172.43 | 0.97 | 0.77 |
| Hex | 8E | FD | EF | 2C | 0 | 6 | 1 | AC | 61 | 4D |
| Octal | 216 | 375 | 357 | 54 | 0 | 6 | 1 | 254 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11101111 | 101100 | 0 | 110 | 1 | 10101100 | 1100001 | 1001101 |
Color Harmonies of #8EFDEF
Complementary color
Monochromatic Colors of #8EFDEF
Black with #8EFDEF
Text Example
Text Example
White with #8EFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDEF; }
p { color: rgb(142,253,239); }
H1.HeaderClassName
{
color: #8EFDEF;
}
.AnyTagClassName
{
color: #8EFDEF;
}
</style>
background-color css
<style>
a { background-color: #8EFDEF; }
a { background-color: rgb(142,253,239); }
div.DivClassName
{
background-color: #8EFDEF;
}
.BgClassName
{
background-color: #8EFDEF;
}
</style>
border-color css
<style>
span { border-color: #8EFDEF; }
span { border-color: rgb(142,253,239); }
td.TdClassName
{
border-color: #8EFDEF;
}
.TagClassName
{
border-color: #8EFDEF;
}
</style>