Shades of Electric Blue #8EF2E7
Tints of Electric Blue #8EF2E7
RGB
CMYK
RGB Variations
Color information
#8EF2E7 (or 0x8EF2E7) is known color: Electric Blue. HEX triplet: 8E, F2 and E7. RGB value is (142,242,231). Sum of RGB (Red+Green+Blue) = 142+242+231=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2E7 is #710D18. Grayscale: #D2D2D2. Windows color (decimal): -7408921 or 15200910. OLE color: 15200910.
HSL color Cylindrical-coordinate representation of color #8EF2E7: hue angle of 173.4º 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 #8EF2E7 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 231 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.05 |
| HSL | 173.4º | 0.79% | 0.75% | - |
| HSV(B) | 173.4º | 0.41% | 0.95% | - |
| XYZ | 57.33 | 75.02 | 87.06 | - |
| YUV | 210.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 231 | 0.41 | 0 | 0.05 | 0.05 | 173.4 | 0.79 | 0.75 |
| Hex | 8E | F2 | E7 | 29 | 0 | 5 | 5 | AD | 4F | 4B |
| Octal | 216 | 362 | 347 | 51 | 0 | 5 | 5 | 255 | 117 | 113 |
| Binary | 10001110 | 11110010 | 11100111 | 101001 | 0 | 101 | 101 | 10101101 | 1001111 | 1001011 |
Color Harmonies of #8EF2E7
Complementary color
Monochromatic Colors of #8EF2E7
Black with #8EF2E7
Text Example
Text Example
White with #8EF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF2E7; }
p { color: rgb(142,242,231); }
H1.HeaderClassName
{
color: #8EF2E7;
}
.AnyTagClassName
{
color: #8EF2E7;
}
</style>
background-color css
<style>
a { background-color: #8EF2E7; }
a { background-color: rgb(142,242,231); }
div.DivClassName
{
background-color: #8EF2E7;
}
.BgClassName
{
background-color: #8EF2E7;
}
</style>
border-color css
<style>
span { border-color: #8EF2E7; }
span { border-color: rgb(142,242,231); }
td.TdClassName
{
border-color: #8EF2E7;
}
.TagClassName
{
border-color: #8EF2E7;
}
</style>