Shades of Electric Blue #76E3FF
Tints of Electric Blue #76E3FF
RGB
CMYK
RGB Variations
Color information
#76E3FF (or 0x76E3FF) is known color: Electric Blue. HEX triplet: 76, E3 and FF. RGB value is (118,227,255). Sum of RGB (Red+Green+Blue) = 118+227+255=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #76E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E3FF is #891C00. Grayscale: #C5C5C5. Windows color (decimal): -8985601 or 16769910. OLE color: 16769910.
HSL color Cylindrical-coordinate representation of color #76E3FF: hue angle of 192.26º 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 #76E3FF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 227 | 255 | - |
| CMYK | 0.54 | 0.11 | 0 | 0 |
| HSL | 192.26º | 1% | 0.73% | - |
| HSV(B) | 192.26º | 0.54% | 1% | - |
| XYZ | 52.99 | 66.01 | 104.56 | - |
| YUV | 197.6 | 160.39 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 255 | 0.54 | 0.11 | 0 | 0 | 192.26 | 1 | 0.73 |
| Hex | 76 | E3 | FF | 36 | B | 0 | 0 | C0 | 64 | 49 |
| Octal | 166 | 343 | 377 | 66 | 13 | 0 | 0 | 300 | 144 | 111 |
| Binary | 1110110 | 11100011 | 11111111 | 110110 | 1011 | 0 | 0 | 11000000 | 1100100 | 1001001 |
Color Harmonies of #76E3FF
Complementary color
Monochromatic Colors of #76E3FF
Black with #76E3FF
Text Example
Text Example
White with #76E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E3FF; }
p { color: rgb(118,227,255); }
H1.HeaderClassName
{
color: #76E3FF;
}
.AnyTagClassName
{
color: #76E3FF;
}
</style>
background-color css
<style>
a { background-color: #76E3FF; }
a { background-color: rgb(118,227,255); }
div.DivClassName
{
background-color: #76E3FF;
}
.BgClassName
{
background-color: #76E3FF;
}
</style>
border-color css
<style>
span { border-color: #76E3FF; }
span { border-color: rgb(118,227,255); }
td.TdClassName
{
border-color: #76E3FF;
}
.TagClassName
{
border-color: #76E3FF;
}
</style>