Shades of Electric Blue #76F0EA
Tints of Electric Blue #76F0EA
RGB
CMYK
RGB Variations
Color information
#76F0EA (or 0x76F0EA) is known color: Electric Blue. HEX triplet: 76, F0 and EA. RGB value is (118,240,234). Sum of RGB (Red+Green+Blue) = 118+240+234=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0EA is #890F15. Grayscale: #CACACA. Windows color (decimal): -8982294 or 15396982. OLE color: 15396982.
HSL color Cylindrical-coordinate representation of color #76F0EA: hue angle of 177.05º 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 #76F0EA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 234 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.06 |
| HSL | 177.05º | 0.8% | 0.7% | - |
| HSV(B) | 177.05º | 0.51% | 0.94% | - |
| XYZ | 53.48 | 72.11 | 88.94 | - |
| YUV | 202.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 234 | 0.51 | 0 | 0.02 | 0.06 | 177.05 | 0.8 | 0.7 |
| Hex | 76 | F0 | EA | 33 | 0 | 2 | 6 | B1 | 50 | 46 |
| Octal | 166 | 360 | 352 | 63 | 0 | 2 | 6 | 261 | 120 | 106 |
| Binary | 1110110 | 11110000 | 11101010 | 110011 | 0 | 10 | 110 | 10110001 | 1010000 | 1000110 |
Color Harmonies of #76F0EA
Complementary color
Monochromatic Colors of #76F0EA
Black with #76F0EA
Text Example
Text Example
White with #76F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0EA; }
p { color: rgb(118,240,234); }
H1.HeaderClassName
{
color: #76F0EA;
}
.AnyTagClassName
{
color: #76F0EA;
}
</style>
background-color css
<style>
a { background-color: #76F0EA; }
a { background-color: rgb(118,240,234); }
div.DivClassName
{
background-color: #76F0EA;
}
.BgClassName
{
background-color: #76F0EA;
}
</style>
border-color css
<style>
span { border-color: #76F0EA; }
span { border-color: rgb(118,240,234); }
td.TdClassName
{
border-color: #76F0EA;
}
.TagClassName
{
border-color: #76F0EA;
}
</style>