Shades of Electric Blue #8EFCF1
Tints of Electric Blue #8EFCF1
RGB
CMYK
RGB Variations
Color information
#8EFCF1 (or 0x8EFCF1) is known color: Electric Blue. HEX triplet: 8E, FC and F1. RGB value is (142,252,241). Sum of RGB (Red+Green+Blue) = 142+252+241=635 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.36% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFCF1 is #71030E. Grayscale: #D9D9D9. Windows color (decimal): -7406351 or 15858830. OLE color: 15858830.
HSL color Cylindrical-coordinate representation of color #8EFCF1: hue angle of 174º 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 #8EFCF1 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 252 | 241 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.01 |
| HSL | 174º | 0.95% | 0.77% | - |
| HSV(B) | 174º | 0.44% | 0.99% | - |
| XYZ | 61.84 | 81.72 | 95.73 | - |
| YUV | 217.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 252 | 241 | 0.44 | 0 | 0.04 | 0.01 | 174 | 0.95 | 0.77 |
| Hex | 8E | FC | F1 | 2C | 0 | 4 | 1 | AE | 5F | 4D |
| Octal | 216 | 374 | 361 | 54 | 0 | 4 | 1 | 256 | 137 | 115 |
| Binary | 10001110 | 11111100 | 11110001 | 101100 | 0 | 100 | 1 | 10101110 | 1011111 | 1001101 |
Color Harmonies of #8EFCF1
Complementary color
Monochromatic Colors of #8EFCF1
Black with #8EFCF1
Text Example
Text Example
White with #8EFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFCF1; }
p { color: rgb(142,252,241); }
H1.HeaderClassName
{
color: #8EFCF1;
}
.AnyTagClassName
{
color: #8EFCF1;
}
</style>
background-color css
<style>
a { background-color: #8EFCF1; }
a { background-color: rgb(142,252,241); }
div.DivClassName
{
background-color: #8EFCF1;
}
.BgClassName
{
background-color: #8EFCF1;
}
</style>
border-color css
<style>
span { border-color: #8EFCF1; }
span { border-color: rgb(142,252,241); }
td.TdClassName
{
border-color: #8EFCF1;
}
.TagClassName
{
border-color: #8EFCF1;
}
</style>