Shades of Electric Blue #76EEEB
Tints of Electric Blue #76EEEB
RGB
CMYK
RGB Variations
Color information
#76EEEB (or 0x76EEEB) is known color: Electric Blue. HEX triplet: 76, EE and EB. RGB value is (118,238,235). Sum of RGB (Red+Green+Blue) = 118+238+235=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEEB is #891114. Grayscale: #C9C9C9. Windows color (decimal): -8982805 or 15462006. OLE color: 15462006.
HSL color Cylindrical-coordinate representation of color #76EEEB: hue angle of 178.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEEB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 238 | 235 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.07 |
| HSL | 178.5º | 0.78% | 0.7% | - |
| HSV(B) | 178.5º | 0.5% | 0.93% | - |
| XYZ | 53.04 | 71 | 89.51 | - |
| YUV | 201.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 235 | 0.50 | 0 | 0.01 | 0.07 | 178.5 | 0.78 | 0.7 |
| Hex | 76 | EE | EB | 32 | 0 | 1 | 7 | B2 | 4E | 46 |
| Octal | 166 | 356 | 353 | 62 | 0 | 1 | 7 | 262 | 116 | 106 |
| Binary | 1110110 | 11101110 | 11101011 | 110010 | 0 | 1 | 111 | 10110010 | 1001110 | 1000110 |
Color Harmonies of #76EEEB
Complementary color
Monochromatic Colors of #76EEEB
Black with #76EEEB
Text Example
Text Example
White with #76EEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEEB; }
p { color: rgb(118,238,235); }
H1.HeaderClassName
{
color: #76EEEB;
}
.AnyTagClassName
{
color: #76EEEB;
}
</style>
background-color css
<style>
a { background-color: #76EEEB; }
a { background-color: rgb(118,238,235); }
div.DivClassName
{
background-color: #76EEEB;
}
.BgClassName
{
background-color: #76EEEB;
}
</style>
border-color css
<style>
span { border-color: #76EEEB; }
span { border-color: rgb(118,238,235); }
td.TdClassName
{
border-color: #76EEEB;
}
.TagClassName
{
border-color: #76EEEB;
}
</style>