Shades of Electric Blue #76F0FA
Tints of Electric Blue #76F0FA
RGB
CMYK
RGB Variations
Color information
#76F0FA (or 0x76F0FA) is known color: Electric Blue. HEX triplet: 76, F0 and FA. RGB value is (118,240,250). Sum of RGB (Red+Green+Blue) = 118+240+250=608 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.41% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #76F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0FA is #890F05. Grayscale: #CCCCCC. Windows color (decimal): -8982278 or 16445558. OLE color: 16445558.
HSL color Cylindrical-coordinate representation of color #76F0FA: hue angle of 184.55º degrees, saturation: 0.93, 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 #76F0FA is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 240 | 250 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.02 |
| HSL | 184.55º | 0.93% | 0.72% | - |
| HSV(B) | 184.55º | 0.53% | 0.98% | - |
| XYZ | 55.89 | 73.07 | 101.6 | - |
| YUV | 204.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 250 | 0.53 | 0.04 | 0 | 0.02 | 184.55 | 0.93 | 0.72 |
| Hex | 76 | F0 | FA | 35 | 4 | 0 | 2 | B9 | 5D | 48 |
| Octal | 166 | 360 | 372 | 65 | 4 | 0 | 2 | 271 | 135 | 110 |
| Binary | 1110110 | 11110000 | 11111010 | 110101 | 100 | 0 | 10 | 10111001 | 1011101 | 1001000 |
Color Harmonies of #76F0FA
Complementary color
Monochromatic Colors of #76F0FA
Black with #76F0FA
Text Example
Text Example
White with #76F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0FA; }
p { color: rgb(118,240,250); }
H1.HeaderClassName
{
color: #76F0FA;
}
.AnyTagClassName
{
color: #76F0FA;
}
</style>
background-color css
<style>
a { background-color: #76F0FA; }
a { background-color: rgb(118,240,250); }
div.DivClassName
{
background-color: #76F0FA;
}
.BgClassName
{
background-color: #76F0FA;
}
</style>
border-color css
<style>
span { border-color: #76F0FA; }
span { border-color: rgb(118,240,250); }
td.TdClassName
{
border-color: #76F0FA;
}
.TagClassName
{
border-color: #76F0FA;
}
</style>