Shades of Electric Blue #8EF2ED
Tints of Electric Blue #8EF2ED
RGB
CMYK
RGB Variations
Color information
#8EF2ED (or 0x8EF2ED) is known color: Electric Blue. HEX triplet: 8E, F2 and ED. RGB value is (142,242,237). Sum of RGB (Red+Green+Blue) = 142+242+237=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2ED is #710D12. Grayscale: #D3D3D3. Windows color (decimal): -7408915 or 15594126. OLE color: 15594126.
HSL color Cylindrical-coordinate representation of color #8EF2ED: hue angle of 177º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2ED is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 237 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.05 |
| HSL | 177º | 0.79% | 0.75% | - |
| HSV(B) | 177º | 0.41% | 0.95% | - |
| XYZ | 58.19 | 75.37 | 91.6 | - |
| YUV | 211.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 237 | 0.41 | 0 | 0.02 | 0.05 | 177 | 0.79 | 0.75 |
| Hex | 8E | F2 | ED | 29 | 0 | 2 | 5 | B1 | 4F | 4B |
| Octal | 216 | 362 | 355 | 51 | 0 | 2 | 5 | 261 | 117 | 113 |
| Binary | 10001110 | 11110010 | 11101101 | 101001 | 0 | 10 | 101 | 10110001 | 1001111 | 1001011 |
Color Harmonies of #8EF2ED
Complementary color
Monochromatic Colors of #8EF2ED
Black with #8EF2ED
Text Example
Text Example
White with #8EF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF2ED; }
p { color: rgb(142,242,237); }
H1.HeaderClassName
{
color: #8EF2ED;
}
.AnyTagClassName
{
color: #8EF2ED;
}
</style>
background-color css
<style>
a { background-color: #8EF2ED; }
a { background-color: rgb(142,242,237); }
div.DivClassName
{
background-color: #8EF2ED;
}
.BgClassName
{
background-color: #8EF2ED;
}
</style>
border-color css
<style>
span { border-color: #8EF2ED; }
span { border-color: rgb(142,242,237); }
td.TdClassName
{
border-color: #8EF2ED;
}
.TagClassName
{
border-color: #8EF2ED;
}
</style>