Shades of Electric Blue #76ECFF
Tints of Electric Blue #76ECFF
RGB
CMYK
RGB Variations
Color information
#76ECFF (or 0x76ECFF) is known color: Electric Blue. HEX triplet: 76, EC and FF. RGB value is (118,236,255). Sum of RGB (Red+Green+Blue) = 118+236+255=609 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.38% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #76ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECFF is #891300. Grayscale: #CACACA. Windows color (decimal): -8983297 or 16772214. OLE color: 16772214.
HSL color Cylindrical-coordinate representation of color #76ECFF: hue angle of 188.32º 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 #76ECFF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 236 | 255 | - |
| CMYK | 0.54 | 0.07 | 0 | 0 |
| HSL | 188.32º | 1% | 0.73% | - |
| HSV(B) | 188.32º | 0.54% | 1% | - |
| XYZ | 55.52 | 71.06 | 105.4 | - |
| YUV | 202.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 255 | 0.54 | 0.07 | 0 | 0 | 188.32 | 1 | 0.73 |
| Hex | 76 | EC | FF | 36 | 7 | 0 | 0 | BC | 64 | 49 |
| Octal | 166 | 354 | 377 | 66 | 7 | 0 | 0 | 274 | 144 | 111 |
| Binary | 1110110 | 11101100 | 11111111 | 110110 | 111 | 0 | 0 | 10111100 | 1100100 | 1001001 |
Color Harmonies of #76ECFF
Complementary color
Monochromatic Colors of #76ECFF
Black with #76ECFF
Text Example
Text Example
White with #76ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECFF; }
p { color: rgb(118,236,255); }
H1.HeaderClassName
{
color: #76ECFF;
}
.AnyTagClassName
{
color: #76ECFF;
}
</style>
background-color css
<style>
a { background-color: #76ECFF; }
a { background-color: rgb(118,236,255); }
div.DivClassName
{
background-color: #76ECFF;
}
.BgClassName
{
background-color: #76ECFF;
}
</style>
border-color css
<style>
span { border-color: #76ECFF; }
span { border-color: rgb(118,236,255); }
td.TdClassName
{
border-color: #76ECFF;
}
.TagClassName
{
border-color: #76ECFF;
}
</style>