Shades of Electric Blue #8EF1EE
Tints of Electric Blue #8EF1EE
RGB
CMYK
RGB Variations
Color information
#8EF1EE (or 0x8EF1EE) is known color: Electric Blue. HEX triplet: 8E, F1 and EE. RGB value is (142,241,238). Sum of RGB (Red+Green+Blue) = 142+241+238=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF1EE is #710E11. Grayscale: #D2D2D2. Windows color (decimal): -7409170 or 15659406. OLE color: 15659406.
HSL color Cylindrical-coordinate representation of color #8EF1EE: hue angle of 178.18º degrees, saturation: 0.78, 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 #8EF1EE is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 241 | 238 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.05 |
| HSL | 178.18º | 0.78% | 0.75% | - |
| HSV(B) | 178.18º | 0.41% | 0.95% | - |
| XYZ | 58.04 | 74.83 | 92.27 | - |
| YUV | 211.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 241 | 238 | 0.41 | 0 | 0.01 | 0.05 | 178.18 | 0.78 | 0.75 |
| Hex | 8E | F1 | EE | 29 | 0 | 1 | 5 | B2 | 4E | 4B |
| Octal | 216 | 361 | 356 | 51 | 0 | 1 | 5 | 262 | 116 | 113 |
| Binary | 10001110 | 11110001 | 11101110 | 101001 | 0 | 1 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #8EF1EE
Complementary color
Monochromatic Colors of #8EF1EE
Black with #8EF1EE
Text Example
Text Example
White with #8EF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF1EE; }
p { color: rgb(142,241,238); }
H1.HeaderClassName
{
color: #8EF1EE;
}
.AnyTagClassName
{
color: #8EF1EE;
}
</style>
background-color css
<style>
a { background-color: #8EF1EE; }
a { background-color: rgb(142,241,238); }
div.DivClassName
{
background-color: #8EF1EE;
}
.BgClassName
{
background-color: #8EF1EE;
}
</style>
border-color css
<style>
span { border-color: #8EF1EE; }
span { border-color: rgb(142,241,238); }
td.TdClassName
{
border-color: #8EF1EE;
}
.TagClassName
{
border-color: #8EF1EE;
}
</style>