Shades of Electric Blue #76EEFF
Tints of Electric Blue #76EEFF
RGB
CMYK
RGB Variations
Color information
#76EEFF (or 0x76EEFF) is known color: Electric Blue. HEX triplet: 76, EE and FF. RGB value is (118,238,255). Sum of RGB (Red+Green+Blue) = 118+238+255=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #76EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEFF is #891100. Grayscale: #CBCBCB. Windows color (decimal): -8982785 or 16772726. OLE color: 16772726.
HSL color Cylindrical-coordinate representation of color #76EEFF: hue angle of 187.45º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76EEFF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 238 | 255 | - |
| CMYK | 0.54 | 0.07 | 0 | 0 |
| HSL | 187.45º | 1% | 0.73% | - |
| HSV(B) | 187.45º | 0.54% | 1% | - |
| XYZ | 56.1 | 72.22 | 105.59 | - |
| YUV | 204.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 255 | 0.54 | 0.07 | 0 | 0 | 187.45 | 1 | 0.73 |
| Hex | 76 | EE | FF | 36 | 7 | 0 | 0 | BB | 64 | 49 |
| Octal | 166 | 356 | 377 | 66 | 7 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110110 | 11101110 | 11111111 | 110110 | 111 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #76EEFF
Complementary color
Monochromatic Colors of #76EEFF
Black with #76EEFF
Text Example
Text Example
White with #76EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEFF; }
p { color: rgb(118,238,255); }
H1.HeaderClassName
{
color: #76EEFF;
}
.AnyTagClassName
{
color: #76EEFF;
}
</style>
background-color css
<style>
a { background-color: #76EEFF; }
a { background-color: rgb(118,238,255); }
div.DivClassName
{
background-color: #76EEFF;
}
.BgClassName
{
background-color: #76EEFF;
}
</style>
border-color css
<style>
span { border-color: #76EEFF; }
span { border-color: rgb(118,238,255); }
td.TdClassName
{
border-color: #76EEFF;
}
.TagClassName
{
border-color: #76EEFF;
}
</style>