Shades of Electric Blue #76F1EC
Tints of Electric Blue #76F1EC
RGB
CMYK
RGB Variations
Color information
#76F1EC (or 0x76F1EC) is known color: Electric Blue. HEX triplet: 76, F1 and EC. RGB value is (118,241,236). Sum of RGB (Red+Green+Blue) = 118+241+236=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #76F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F1EC is #890E13. Grayscale: #CBCBCB. Windows color (decimal): -8982036 or 15528310. OLE color: 15528310.
HSL color Cylindrical-coordinate representation of color #76F1EC: hue angle of 177.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F1EC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 236 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.05 |
| HSL | 177.56º | 0.81% | 0.7% | - |
| HSV(B) | 177.56º | 0.51% | 0.95% | - |
| XYZ | 54.07 | 72.82 | 90.56 | - |
| YUV | 203.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 236 | 0.51 | 0 | 0.02 | 0.05 | 177.56 | 0.81 | 0.7 |
| Hex | 76 | F1 | EC | 33 | 0 | 2 | 5 | B2 | 51 | 46 |
| Octal | 166 | 361 | 354 | 63 | 0 | 2 | 5 | 262 | 121 | 106 |
| Binary | 1110110 | 11110001 | 11101100 | 110011 | 0 | 10 | 101 | 10110010 | 1010001 | 1000110 |
Color Harmonies of #76F1EC
Complementary color
Monochromatic Colors of #76F1EC
Black with #76F1EC
Text Example
Text Example
White with #76F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F1EC; }
p { color: rgb(118,241,236); }
H1.HeaderClassName
{
color: #76F1EC;
}
.AnyTagClassName
{
color: #76F1EC;
}
</style>
background-color css
<style>
a { background-color: #76F1EC; }
a { background-color: rgb(118,241,236); }
div.DivClassName
{
background-color: #76F1EC;
}
.BgClassName
{
background-color: #76F1EC;
}
</style>
border-color css
<style>
span { border-color: #76F1EC; }
span { border-color: rgb(118,241,236); }
td.TdClassName
{
border-color: #76F1EC;
}
.TagClassName
{
border-color: #76F1EC;
}
</style>