Shades of Electric Blue #76F0FB
Tints of Electric Blue #76F0FB
RGB
CMYK
RGB Variations
Color information
#76F0FB (or 0x76F0FB) is known color: Electric Blue. HEX triplet: 76, F0 and FB. RGB value is (118,240,251). Sum of RGB (Red+Green+Blue) = 118+240+251=609 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.38% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #76F0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0FB is #890F04. Grayscale: #CCCCCC. Windows color (decimal): -8982277 or 16511094. OLE color: 16511094.
HSL color Cylindrical-coordinate representation of color #76F0FB: hue angle of 184.96º degrees, saturation: 0.94, 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 #76F0FB is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 240 | 251 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.02 |
| HSL | 184.96º | 0.94% | 0.72% | - |
| HSV(B) | 184.96º | 0.53% | 0.98% | - |
| XYZ | 56.04 | 73.14 | 102.43 | - |
| YUV | 204.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 251 | 0.53 | 0.04 | 0 | 0.02 | 184.96 | 0.94 | 0.72 |
| Hex | 76 | F0 | FB | 35 | 4 | 0 | 2 | B9 | 5E | 48 |
| Octal | 166 | 360 | 373 | 65 | 4 | 0 | 2 | 271 | 136 | 110 |
| Binary | 1110110 | 11110000 | 11111011 | 110101 | 100 | 0 | 10 | 10111001 | 1011110 | 1001000 |
Color Harmonies of #76F0FB
Complementary color
Monochromatic Colors of #76F0FB
Black with #76F0FB
Text Example
Text Example
White with #76F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0FB; }
p { color: rgb(118,240,251); }
H1.HeaderClassName
{
color: #76F0FB;
}
.AnyTagClassName
{
color: #76F0FB;
}
</style>
background-color css
<style>
a { background-color: #76F0FB; }
a { background-color: rgb(118,240,251); }
div.DivClassName
{
background-color: #76F0FB;
}
.BgClassName
{
background-color: #76F0FB;
}
</style>
border-color css
<style>
span { border-color: #76F0FB; }
span { border-color: rgb(118,240,251); }
td.TdClassName
{
border-color: #76F0FB;
}
.TagClassName
{
border-color: #76F0FB;
}
</style>