Shades of Electric Blue #76ECF6
Tints of Electric Blue #76ECF6
RGB
CMYK
RGB Variations
Color information
#76ECF6 (or 0x76ECF6) is known color: Electric Blue. HEX triplet: 76, EC and F6. RGB value is (118,236,246). Sum of RGB (Red+Green+Blue) = 118+236+246=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #76ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECF6 is #891309. Grayscale: #C9C9C9. Windows color (decimal): -8983306 or 16182390. OLE color: 16182390.
HSL color Cylindrical-coordinate representation of color #76ECF6: hue angle of 184.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76ECF6 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 236 | 246 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.04 |
| HSL | 184.69º | 0.88% | 0.71% | - |
| HSV(B) | 184.69º | 0.52% | 0.96% | - |
| XYZ | 54.1 | 70.5 | 97.94 | - |
| YUV | 201.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 246 | 0.52 | 0.04 | 0 | 0.04 | 184.69 | 0.88 | 0.71 |
| Hex | 76 | EC | F6 | 34 | 4 | 0 | 4 | B9 | 58 | 47 |
| Octal | 166 | 354 | 366 | 64 | 4 | 0 | 4 | 271 | 130 | 107 |
| Binary | 1110110 | 11101100 | 11110110 | 110100 | 100 | 0 | 100 | 10111001 | 1011000 | 1000111 |
Color Harmonies of #76ECF6
Complementary color
Monochromatic Colors of #76ECF6
Black with #76ECF6
Text Example
Text Example
White with #76ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECF6; }
p { color: rgb(118,236,246); }
H1.HeaderClassName
{
color: #76ECF6;
}
.AnyTagClassName
{
color: #76ECF6;
}
</style>
background-color css
<style>
a { background-color: #76ECF6; }
a { background-color: rgb(118,236,246); }
div.DivClassName
{
background-color: #76ECF6;
}
.BgClassName
{
background-color: #76ECF6;
}
</style>
border-color css
<style>
span { border-color: #76ECF6; }
span { border-color: rgb(118,236,246); }
td.TdClassName
{
border-color: #76ECF6;
}
.TagClassName
{
border-color: #76ECF6;
}
</style>