Shades of Electric Blue #8EFBEC
Tints of Electric Blue #8EFBEC
RGB
CMYK
RGB Variations
Color information
#8EFBEC (or 0x8EFBEC) is known color: Electric Blue. HEX triplet: 8E, FB and EC. RGB value is (142,251,236). Sum of RGB (Red+Green+Blue) = 142+251+236=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBEC is #710413. Grayscale: #D8D8D8. Windows color (decimal): -7406612 or 15530894. OLE color: 15530894.
HSL color Cylindrical-coordinate representation of color #8EFBEC: hue angle of 171.74º degrees, saturation: 0.93, 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 #8EFBEC is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 236 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.02 |
| HSL | 171.74º | 0.93% | 0.77% | - |
| HSV(B) | 171.74º | 0.43% | 0.98% | - |
| XYZ | 60.79 | 80.8 | 91.75 | - |
| YUV | 216.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 236 | 0.43 | 0 | 0.06 | 0.02 | 171.74 | 0.93 | 0.77 |
| Hex | 8E | FB | EC | 2B | 0 | 6 | 2 | AC | 5D | 4D |
| Octal | 216 | 373 | 354 | 53 | 0 | 6 | 2 | 254 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11101100 | 101011 | 0 | 110 | 10 | 10101100 | 1011101 | 1001101 |
Color Harmonies of #8EFBEC
Complementary color
Monochromatic Colors of #8EFBEC
Black with #8EFBEC
Text Example
Text Example
White with #8EFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBEC; }
p { color: rgb(142,251,236); }
H1.HeaderClassName
{
color: #8EFBEC;
}
.AnyTagClassName
{
color: #8EFBEC;
}
</style>
background-color css
<style>
a { background-color: #8EFBEC; }
a { background-color: rgb(142,251,236); }
div.DivClassName
{
background-color: #8EFBEC;
}
.BgClassName
{
background-color: #8EFBEC;
}
</style>
border-color css
<style>
span { border-color: #8EFBEC; }
span { border-color: rgb(142,251,236); }
td.TdClassName
{
border-color: #8EFBEC;
}
.TagClassName
{
border-color: #8EFBEC;
}
</style>