Shades of Electric Blue #76E5FC
Tints of Electric Blue #76E5FC
RGB
CMYK
RGB Variations
Color information
#76E5FC (or 0x76E5FC) is known color: Electric Blue. HEX triplet: 76, E5 and FC. RGB value is (118,229,252). Sum of RGB (Red+Green+Blue) = 118+229+252=599 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.70% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #76E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E5FC is #891A03. Grayscale: #C6C6C6. Windows color (decimal): -8985092 or 16573814. OLE color: 16573814.
HSL color Cylindrical-coordinate representation of color #76E5FC: hue angle of 190.3º 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 #76E5FC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 229 | 252 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.01 |
| HSL | 190.3º | 0.96% | 0.73% | - |
| HSV(B) | 190.3º | 0.53% | 0.99% | - |
| XYZ | 53.06 | 66.92 | 102.22 | - |
| YUV | 198.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 229 | 252 | 0.53 | 0.09 | 0 | 0.01 | 190.3 | 0.96 | 0.73 |
| Hex | 76 | E5 | FC | 35 | 9 | 0 | 1 | BE | 60 | 49 |
| Octal | 166 | 345 | 374 | 65 | 11 | 0 | 1 | 276 | 140 | 111 |
| Binary | 1110110 | 11100101 | 11111100 | 110101 | 1001 | 0 | 1 | 10111110 | 1100000 | 1001001 |
Color Harmonies of #76E5FC
Complementary color
Monochromatic Colors of #76E5FC
Black with #76E5FC
Text Example
Text Example
White with #76E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E5FC; }
p { color: rgb(118,229,252); }
H1.HeaderClassName
{
color: #76E5FC;
}
.AnyTagClassName
{
color: #76E5FC;
}
</style>
background-color css
<style>
a { background-color: #76E5FC; }
a { background-color: rgb(118,229,252); }
div.DivClassName
{
background-color: #76E5FC;
}
.BgClassName
{
background-color: #76E5FC;
}
</style>
border-color css
<style>
span { border-color: #76E5FC; }
span { border-color: rgb(118,229,252); }
td.TdClassName
{
border-color: #76E5FC;
}
.TagClassName
{
border-color: #76E5FC;
}
</style>