Shades of Electric Blue #8EF2FC
Tints of Electric Blue #8EF2FC
RGB
CMYK
RGB Variations
Color information
#8EF2FC (or 0x8EF2FC) is known color: Electric Blue. HEX triplet: 8E, F2 and FC. RGB value is (142,242,252). Sum of RGB (Red+Green+Blue) = 142+242+252=636 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.33% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2FC is #710D03. Grayscale: #D5D5D5. Windows color (decimal): -7408900 or 16577166. OLE color: 16577166.
HSL color Cylindrical-coordinate representation of color #8EF2FC: hue angle of 185.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EF2FC is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 242 | 252 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.01 |
| HSL | 185.45º | 0.95% | 0.77% | - |
| HSV(B) | 185.45º | 0.44% | 0.99% | - |
| XYZ | 60.48 | 76.28 | 103.63 | - |
| YUV | 213.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 252 | 0.44 | 0.04 | 0 | 0.01 | 185.45 | 0.95 | 0.77 |
| Hex | 8E | F2 | FC | 2C | 4 | 0 | 1 | B9 | 5F | 4D |
| Octal | 216 | 362 | 374 | 54 | 4 | 0 | 1 | 271 | 137 | 115 |
| Binary | 10001110 | 11110010 | 11111100 | 101100 | 100 | 0 | 1 | 10111001 | 1011111 | 1001101 |
Color Harmonies of #8EF2FC
Complementary color
Monochromatic Colors of #8EF2FC
Black with #8EF2FC
Text Example
Text Example
White with #8EF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF2FC; }
p { color: rgb(142,242,252); }
H1.HeaderClassName
{
color: #8EF2FC;
}
.AnyTagClassName
{
color: #8EF2FC;
}
</style>
background-color css
<style>
a { background-color: #8EF2FC; }
a { background-color: rgb(142,242,252); }
div.DivClassName
{
background-color: #8EF2FC;
}
.BgClassName
{
background-color: #8EF2FC;
}
</style>
border-color css
<style>
span { border-color: #8EF2FC; }
span { border-color: rgb(142,242,252); }
td.TdClassName
{
border-color: #8EF2FC;
}
.TagClassName
{
border-color: #8EF2FC;
}
</style>