Shades of Electric Blue #76F0EC
Tints of Electric Blue #76F0EC
RGB
CMYK
RGB Variations
Color information
#76F0EC (or 0x76F0EC) is known color: Electric Blue. HEX triplet: 76, F0 and EC. RGB value is (118,240,236). Sum of RGB (Red+Green+Blue) = 118+240+236=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0EC is #890F13. Grayscale: #CACACA. Windows color (decimal): -8982292 or 15528054. OLE color: 15528054.
HSL color Cylindrical-coordinate representation of color #76F0EC: hue angle of 178.03º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F0EC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 236 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.06 |
| HSL | 178.03º | 0.8% | 0.7% | - |
| HSV(B) | 178.03º | 0.51% | 0.94% | - |
| XYZ | 53.77 | 72.23 | 90.46 | - |
| YUV | 203.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 236 | 0.51 | 0 | 0.02 | 0.06 | 178.03 | 0.8 | 0.7 |
| Hex | 76 | F0 | EC | 33 | 0 | 2 | 6 | B2 | 50 | 46 |
| Octal | 166 | 360 | 354 | 63 | 0 | 2 | 6 | 262 | 120 | 106 |
| Binary | 1110110 | 11110000 | 11101100 | 110011 | 0 | 10 | 110 | 10110010 | 1010000 | 1000110 |
Color Harmonies of #76F0EC
Complementary color
Monochromatic Colors of #76F0EC
Black with #76F0EC
Text Example
Text Example
White with #76F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0EC; }
p { color: rgb(118,240,236); }
H1.HeaderClassName
{
color: #76F0EC;
}
.AnyTagClassName
{
color: #76F0EC;
}
</style>
background-color css
<style>
a { background-color: #76F0EC; }
a { background-color: rgb(118,240,236); }
div.DivClassName
{
background-color: #76F0EC;
}
.BgClassName
{
background-color: #76F0EC;
}
</style>
border-color css
<style>
span { border-color: #76F0EC; }
span { border-color: rgb(118,240,236); }
td.TdClassName
{
border-color: #76F0EC;
}
.TagClassName
{
border-color: #76F0EC;
}
</style>