Shades of Electric Blue #76E8FF
Tints of Electric Blue #76E8FF
RGB
CMYK
RGB Variations
Color information
#76E8FF (or 0x76E8FF) is known color: Electric Blue. HEX triplet: 76, E8 and FF. RGB value is (118,232,255). Sum of RGB (Red+Green+Blue) = 118+232+255=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #76E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E8FF is #891700. Grayscale: #C8C8C8. Windows color (decimal): -8984321 or 16771190. OLE color: 16771190.
HSL color Cylindrical-coordinate representation of color #76E8FF: hue angle of 190.07º 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 #76E8FF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 232 | 255 | - |
| CMYK | 0.54 | 0.09 | 0 | 0 |
| HSL | 190.07º | 1% | 0.73% | - |
| HSV(B) | 190.07º | 0.54% | 1% | - |
| XYZ | 54.38 | 68.78 | 105.02 | - |
| YUV | 200.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 232 | 255 | 0.54 | 0.09 | 0 | 0 | 190.07 | 1 | 0.73 |
| Hex | 76 | E8 | FF | 36 | 9 | 0 | 0 | BE | 64 | 49 |
| Octal | 166 | 350 | 377 | 66 | 11 | 0 | 0 | 276 | 144 | 111 |
| Binary | 1110110 | 11101000 | 11111111 | 110110 | 1001 | 0 | 0 | 10111110 | 1100100 | 1001001 |
Color Harmonies of #76E8FF
Complementary color
Monochromatic Colors of #76E8FF
Black with #76E8FF
Text Example
Text Example
White with #76E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E8FF; }
p { color: rgb(118,232,255); }
H1.HeaderClassName
{
color: #76E8FF;
}
.AnyTagClassName
{
color: #76E8FF;
}
</style>
background-color css
<style>
a { background-color: #76E8FF; }
a { background-color: rgb(118,232,255); }
div.DivClassName
{
background-color: #76E8FF;
}
.BgClassName
{
background-color: #76E8FF;
}
</style>
border-color css
<style>
span { border-color: #76E8FF; }
span { border-color: rgb(118,232,255); }
td.TdClassName
{
border-color: #76E8FF;
}
.TagClassName
{
border-color: #76E8FF;
}
</style>