Shades of Electric Blue #76E8F9
Tints of Electric Blue #76E8F9
RGB
CMYK
RGB Variations
Color information
#76E8F9 (or 0x76E8F9) is known color: Electric Blue. HEX triplet: 76, E8 and F9. RGB value is (118,232,249). Sum of RGB (Red+Green+Blue) = 118+232+249=599 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.70% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #76E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E8F9 is #891706. Grayscale: #C7C7C7. Windows color (decimal): -8984327 or 16377974. OLE color: 16377974.
HSL color Cylindrical-coordinate representation of color #76E8F9: hue angle of 187.79º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76E8F9 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 232 | 249 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.02 |
| HSL | 187.79º | 0.92% | 0.72% | - |
| HSV(B) | 187.79º | 0.53% | 0.98% | - |
| XYZ | 53.43 | 68.4 | 100.01 | - |
| YUV | 199.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 232 | 249 | 0.53 | 0.07 | 0 | 0.02 | 187.79 | 0.92 | 0.72 |
| Hex | 76 | E8 | F9 | 35 | 7 | 0 | 2 | BC | 5C | 48 |
| Octal | 166 | 350 | 371 | 65 | 7 | 0 | 2 | 274 | 134 | 110 |
| Binary | 1110110 | 11101000 | 11111001 | 110101 | 111 | 0 | 10 | 10111100 | 1011100 | 1001000 |
Color Harmonies of #76E8F9
Complementary color
Monochromatic Colors of #76E8F9
Black with #76E8F9
Text Example
Text Example
White with #76E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E8F9; }
p { color: rgb(118,232,249); }
H1.HeaderClassName
{
color: #76E8F9;
}
.AnyTagClassName
{
color: #76E8F9;
}
</style>
background-color css
<style>
a { background-color: #76E8F9; }
a { background-color: rgb(118,232,249); }
div.DivClassName
{
background-color: #76E8F9;
}
.BgClassName
{
background-color: #76E8F9;
}
</style>
border-color css
<style>
span { border-color: #76E8F9; }
span { border-color: rgb(118,232,249); }
td.TdClassName
{
border-color: #76E8F9;
}
.TagClassName
{
border-color: #76E8F9;
}
</style>