Shades of Electric Blue #8EF3EC
Tints of Electric Blue #8EF3EC
RGB
CMYK
RGB Variations
Color information
#8EF3EC (or 0x8EF3EC) is known color: Electric Blue. HEX triplet: 8E, F3 and EC. RGB value is (142,243,236). Sum of RGB (Red+Green+Blue) = 142+243+236=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF3EC is #710C13. Grayscale: #D3D3D3. Windows color (decimal): -7408660 or 15528846. OLE color: 15528846.
HSL color Cylindrical-coordinate representation of color #8EF3EC: hue angle of 175.84º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF3EC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 236 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.05 |
| HSL | 175.84º | 0.81% | 0.75% | - |
| HSV(B) | 175.84º | 0.42% | 0.95% | - |
| XYZ | 58.35 | 75.91 | 90.93 | - |
| YUV | 212 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 236 | 0.42 | 0 | 0.03 | 0.05 | 175.84 | 0.81 | 0.75 |
| Hex | 8E | F3 | EC | 2A | 0 | 3 | 5 | B0 | 51 | 4B |
| Octal | 216 | 363 | 354 | 52 | 0 | 3 | 5 | 260 | 121 | 113 |
| Binary | 10001110 | 11110011 | 11101100 | 101010 | 0 | 11 | 101 | 10110000 | 1010001 | 1001011 |
Color Harmonies of #8EF3EC
Complementary color
Monochromatic Colors of #8EF3EC
Black with #8EF3EC
Text Example
Text Example
White with #8EF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF3EC; }
p { color: rgb(142,243,236); }
H1.HeaderClassName
{
color: #8EF3EC;
}
.AnyTagClassName
{
color: #8EF3EC;
}
</style>
background-color css
<style>
a { background-color: #8EF3EC; }
a { background-color: rgb(142,243,236); }
div.DivClassName
{
background-color: #8EF3EC;
}
.BgClassName
{
background-color: #8EF3EC;
}
</style>
border-color css
<style>
span { border-color: #8EF3EC; }
span { border-color: rgb(142,243,236); }
td.TdClassName
{
border-color: #8EF3EC;
}
.TagClassName
{
border-color: #8EF3EC;
}
</style>