Shades of Electric Blue #76EEFE
Tints of Electric Blue #76EEFE
RGB
CMYK
RGB Variations
Color information
#76EEFE (or 0x76EEFE) is known color: Electric Blue. HEX triplet: 76, EE and FE. RGB value is (118,238,254). Sum of RGB (Red+Green+Blue) = 118+238+254=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #76EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEFE is #891101. Grayscale: #CBCBCB. Windows color (decimal): -8982786 or 16707190. OLE color: 16707190.
HSL color Cylindrical-coordinate representation of color #76EEFE: hue angle of 187.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76EEFE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 238 | 254 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.00 |
| HSL | 187.06º | 0.99% | 0.73% | - |
| HSV(B) | 187.06º | 0.54% | 1% | - |
| XYZ | 55.94 | 72.16 | 104.75 | - |
| YUV | 203.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 254 | 0.54 | 0.06 | 0 | 0.00 | 187.06 | 0.99 | 0.73 |
| Hex | 76 | EE | FE | 36 | 6 | 0 | 0 | BB | 63 | 49 |
| Octal | 166 | 356 | 376 | 66 | 6 | 0 | 0 | 273 | 143 | 111 |
| Binary | 1110110 | 11101110 | 11111110 | 110110 | 110 | 0 | 0 | 10111011 | 1100011 | 1001001 |
Color Harmonies of #76EEFE
Complementary color
Monochromatic Colors of #76EEFE
Black with #76EEFE
Text Example
Text Example
White with #76EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEFE; }
p { color: rgb(118,238,254); }
H1.HeaderClassName
{
color: #76EEFE;
}
.AnyTagClassName
{
color: #76EEFE;
}
</style>
background-color css
<style>
a { background-color: #76EEFE; }
a { background-color: rgb(118,238,254); }
div.DivClassName
{
background-color: #76EEFE;
}
.BgClassName
{
background-color: #76EEFE;
}
</style>
border-color css
<style>
span { border-color: #76EEFE; }
span { border-color: rgb(118,238,254); }
td.TdClassName
{
border-color: #76EEFE;
}
.TagClassName
{
border-color: #76EEFE;
}
</style>