Shades of Electric Blue #76F2EE
Tints of Electric Blue #76F2EE
RGB
CMYK
RGB Variations
Color information
#76F2EE (or 0x76F2EE) is known color: Electric Blue. HEX triplet: 76, F2 and EE. RGB value is (118,242,238). Sum of RGB (Red+Green+Blue) = 118+242+238=598 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.73% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2EE is #890D11. Grayscale: #CCCCCC. Windows color (decimal): -8981778 or 15659638. OLE color: 15659638.
HSL color Cylindrical-coordinate representation of color #76F2EE: hue angle of 178.06º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2EE is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 238 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.05 |
| HSL | 178.06º | 0.83% | 0.71% | - |
| HSV(B) | 178.06º | 0.51% | 0.95% | - |
| XYZ | 54.66 | 73.53 | 92.2 | - |
| YUV | 204.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 238 | 0.51 | 0 | 0.02 | 0.05 | 178.06 | 0.83 | 0.71 |
| Hex | 76 | F2 | EE | 33 | 0 | 2 | 5 | B2 | 53 | 47 |
| Octal | 166 | 362 | 356 | 63 | 0 | 2 | 5 | 262 | 123 | 107 |
| Binary | 1110110 | 11110010 | 11101110 | 110011 | 0 | 10 | 101 | 10110010 | 1010011 | 1000111 |
Color Harmonies of #76F2EE
Complementary color
Monochromatic Colors of #76F2EE
Black with #76F2EE
Text Example
Text Example
White with #76F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F2EE; }
p { color: rgb(118,242,238); }
H1.HeaderClassName
{
color: #76F2EE;
}
.AnyTagClassName
{
color: #76F2EE;
}
</style>
background-color css
<style>
a { background-color: #76F2EE; }
a { background-color: rgb(118,242,238); }
div.DivClassName
{
background-color: #76F2EE;
}
.BgClassName
{
background-color: #76F2EE;
}
</style>
border-color css
<style>
span { border-color: #76F2EE; }
span { border-color: rgb(118,242,238); }
td.TdClassName
{
border-color: #76F2EE;
}
.TagClassName
{
border-color: #76F2EE;
}
</style>