Shades of Electric Blue #8EF3E8
Tints of Electric Blue #8EF3E8
RGB
CMYK
RGB Variations
Color information
#8EF3E8 (or 0x8EF3E8) is known color: Electric Blue. HEX triplet: 8E, F3 and E8. RGB value is (142,243,232). Sum of RGB (Red+Green+Blue) = 142+243+232=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF3E8 is #710C17. Grayscale: #D3D3D3. Windows color (decimal): -7408664 or 15266702. OLE color: 15266702.
HSL color Cylindrical-coordinate representation of color #8EF3E8: hue angle of 173.47º 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 #8EF3E8 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 232 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.05 |
| HSL | 173.47º | 0.81% | 0.75% | - |
| HSV(B) | 173.47º | 0.42% | 0.95% | - |
| XYZ | 57.77 | 75.68 | 87.91 | - |
| YUV | 211.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 232 | 0.42 | 0 | 0.05 | 0.05 | 173.47 | 0.81 | 0.75 |
| Hex | 8E | F3 | E8 | 2A | 0 | 5 | 5 | AD | 51 | 4B |
| Octal | 216 | 363 | 350 | 52 | 0 | 5 | 5 | 255 | 121 | 113 |
| Binary | 10001110 | 11110011 | 11101000 | 101010 | 0 | 101 | 101 | 10101101 | 1010001 | 1001011 |
Color Harmonies of #8EF3E8
Complementary color
Monochromatic Colors of #8EF3E8
Black with #8EF3E8
Text Example
Text Example
White with #8EF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF3E8; }
p { color: rgb(142,243,232); }
H1.HeaderClassName
{
color: #8EF3E8;
}
.AnyTagClassName
{
color: #8EF3E8;
}
</style>
background-color css
<style>
a { background-color: #8EF3E8; }
a { background-color: rgb(142,243,232); }
div.DivClassName
{
background-color: #8EF3E8;
}
.BgClassName
{
background-color: #8EF3E8;
}
</style>
border-color css
<style>
span { border-color: #8EF3E8; }
span { border-color: rgb(142,243,232); }
td.TdClassName
{
border-color: #8EF3E8;
}
.TagClassName
{
border-color: #8EF3E8;
}
</style>