Shades of Electric Blue #76ECFC
Tints of Electric Blue #76ECFC
RGB
CMYK
RGB Variations
Color information
#76ECFC (or 0x76ECFC) is known color: Electric Blue. HEX triplet: 76, EC and FC. RGB value is (118,236,252). Sum of RGB (Red+Green+Blue) = 118+236+252=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #76ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECFC is #891303. Grayscale: #CACACA. Windows color (decimal): -8983300 or 16575606. OLE color: 16575606.
HSL color Cylindrical-coordinate representation of color #76ECFC: hue angle of 187.16º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ECFC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 236 | 252 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.01 |
| HSL | 187.16º | 0.96% | 0.73% | - |
| HSV(B) | 187.16º | 0.53% | 0.99% | - |
| XYZ | 55.04 | 70.87 | 102.87 | - |
| YUV | 202.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 252 | 0.53 | 0.06 | 0 | 0.01 | 187.16 | 0.96 | 0.73 |
| Hex | 76 | EC | FC | 35 | 6 | 0 | 1 | BB | 60 | 49 |
| Octal | 166 | 354 | 374 | 65 | 6 | 0 | 1 | 273 | 140 | 111 |
| Binary | 1110110 | 11101100 | 11111100 | 110101 | 110 | 0 | 1 | 10111011 | 1100000 | 1001001 |
Color Harmonies of #76ECFC
Complementary color
Monochromatic Colors of #76ECFC
Black with #76ECFC
Text Example
Text Example
White with #76ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECFC; }
p { color: rgb(118,236,252); }
H1.HeaderClassName
{
color: #76ECFC;
}
.AnyTagClassName
{
color: #76ECFC;
}
</style>
background-color css
<style>
a { background-color: #76ECFC; }
a { background-color: rgb(118,236,252); }
div.DivClassName
{
background-color: #76ECFC;
}
.BgClassName
{
background-color: #76ECFC;
}
</style>
border-color css
<style>
span { border-color: #76ECFC; }
span { border-color: rgb(118,236,252); }
td.TdClassName
{
border-color: #76ECFC;
}
.TagClassName
{
border-color: #76ECFC;
}
</style>