Shades of Electric Blue #8EF1FA
Tints of Electric Blue #8EF1FA
RGB
CMYK
RGB Variations
Color information
#8EF1FA (or 0x8EF1FA) is known color: Electric Blue. HEX triplet: 8E, F1 and FA. RGB value is (142,241,250). Sum of RGB (Red+Green+Blue) = 142+241+250=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF1FA is #710E05. Grayscale: #D4D4D4. Windows color (decimal): -7409158 or 16445838. OLE color: 16445838.
HSL color Cylindrical-coordinate representation of color #8EF1FA: hue angle of 185º degrees, saturation: 0.92, 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 #8EF1FA is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 241 | 250 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.02 |
| HSL | 185º | 0.92% | 0.77% | - |
| HSV(B) | 185º | 0.43% | 0.98% | - |
| XYZ | 59.87 | 75.56 | 101.87 | - |
| YUV | 212.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 241 | 250 | 0.43 | 0.04 | 0 | 0.02 | 185 | 0.92 | 0.77 |
| Hex | 8E | F1 | FA | 2B | 4 | 0 | 2 | B9 | 5C | 4D |
| Octal | 216 | 361 | 372 | 53 | 4 | 0 | 2 | 271 | 134 | 115 |
| Binary | 10001110 | 11110001 | 11111010 | 101011 | 100 | 0 | 10 | 10111001 | 1011100 | 1001101 |
Color Harmonies of #8EF1FA
Complementary color
Monochromatic Colors of #8EF1FA
Black with #8EF1FA
Text Example
Text Example
White with #8EF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF1FA; }
p { color: rgb(142,241,250); }
H1.HeaderClassName
{
color: #8EF1FA;
}
.AnyTagClassName
{
color: #8EF1FA;
}
</style>
background-color css
<style>
a { background-color: #8EF1FA; }
a { background-color: rgb(142,241,250); }
div.DivClassName
{
background-color: #8EF1FA;
}
.BgClassName
{
background-color: #8EF1FA;
}
</style>
border-color css
<style>
span { border-color: #8EF1FA; }
span { border-color: rgb(142,241,250); }
td.TdClassName
{
border-color: #8EF1FA;
}
.TagClassName
{
border-color: #8EF1FA;
}
</style>