Shades of Electric Blue #8EF2F9
Tints of Electric Blue #8EF2F9
RGB
CMYK
RGB Variations
Color information
#8EF2F9 (or 0x8EF2F9) is known color: Electric Blue. HEX triplet: 8E, F2 and F9. RGB value is (142,242,249). Sum of RGB (Red+Green+Blue) = 142+242+249=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EF2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2F9 is #710D06. Grayscale: #D4D4D4. Windows color (decimal): -7408903 or 16380558. OLE color: 16380558.
HSL color Cylindrical-coordinate representation of color #8EF2F9: hue angle of 183.93º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF2F9 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 242 | 249 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.02 |
| HSL | 183.93º | 0.9% | 0.77% | - |
| HSV(B) | 183.93º | 0.43% | 0.98% | - |
| XYZ | 60.01 | 76.09 | 101.15 | - |
| YUV | 212.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 249 | 0.43 | 0.03 | 0 | 0.02 | 183.93 | 0.9 | 0.77 |
| Hex | 8E | F2 | F9 | 2B | 3 | 0 | 2 | B8 | 5A | 4D |
| Octal | 216 | 362 | 371 | 53 | 3 | 0 | 2 | 270 | 132 | 115 |
| Binary | 10001110 | 11110010 | 11111001 | 101011 | 11 | 0 | 10 | 10111000 | 1011010 | 1001101 |
Color Harmonies of #8EF2F9
Complementary color
Monochromatic Colors of #8EF2F9
Black with #8EF2F9
Text Example
Text Example
White with #8EF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF2F9; }
p { color: rgb(142,242,249); }
H1.HeaderClassName
{
color: #8EF2F9;
}
.AnyTagClassName
{
color: #8EF2F9;
}
</style>
background-color css
<style>
a { background-color: #8EF2F9; }
a { background-color: rgb(142,242,249); }
div.DivClassName
{
background-color: #8EF2F9;
}
.BgClassName
{
background-color: #8EF2F9;
}
</style>
border-color css
<style>
span { border-color: #8EF2F9; }
span { border-color: rgb(142,242,249); }
td.TdClassName
{
border-color: #8EF2F9;
}
.TagClassName
{
border-color: #8EF2F9;
}
</style>