Shades of Electric Blue #8EF9FE
Tints of Electric Blue #8EF9FE
RGB
CMYK
RGB Variations
Color information
#8EF9FE (or 0x8EF9FE) is known color: Electric Blue. HEX triplet: 8E, F9 and FE. RGB value is (142,249,254). Sum of RGB (Red+Green+Blue) = 142+249+254=645 (85% of max value = 765). Red value is 142 (55.86% from 255 or 22.02% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF9FE is #710601. Grayscale: #D9D9D9. Windows color (decimal): -7407106 or 16710030. OLE color: 16710030.
HSL color Cylindrical-coordinate representation of color #8EF9FE: hue angle of 182.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EF9FE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 249 | 254 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.00 |
| HSL | 182.68º | 0.98% | 0.78% | - |
| HSV(B) | 182.68º | 0.44% | 1% | - |
| XYZ | 62.92 | 80.66 | 106.02 | - |
| YUV | 217.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 249 | 254 | 0.44 | 0.02 | 0 | 0.00 | 182.68 | 0.98 | 0.78 |
| Hex | 8E | F9 | FE | 2C | 2 | 0 | 0 | B7 | 62 | 4E |
| Octal | 216 | 371 | 376 | 54 | 2 | 0 | 0 | 267 | 142 | 116 |
| Binary | 10001110 | 11111001 | 11111110 | 101100 | 10 | 0 | 0 | 10110111 | 1100010 | 1001110 |
Color Harmonies of #8EF9FE
Complementary color
Monochromatic Colors of #8EF9FE
Black with #8EF9FE
Text Example
Text Example
White with #8EF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF9FE; }
p { color: rgb(142,249,254); }
H1.HeaderClassName
{
color: #8EF9FE;
}
.AnyTagClassName
{
color: #8EF9FE;
}
</style>
background-color css
<style>
a { background-color: #8EF9FE; }
a { background-color: rgb(142,249,254); }
div.DivClassName
{
background-color: #8EF9FE;
}
.BgClassName
{
background-color: #8EF9FE;
}
</style>
border-color css
<style>
span { border-color: #8EF9FE; }
span { border-color: rgb(142,249,254); }
td.TdClassName
{
border-color: #8EF9FE;
}
.TagClassName
{
border-color: #8EF9FE;
}
</style>