Shades of Electric Blue #76F0FF
Tints of Electric Blue #76F0FF
RGB
CMYK
RGB Variations
Color information
#76F0FF (or 0x76F0FF) is known color: Electric Blue. HEX triplet: 76, F0 and FF. RGB value is (118,240,255). Sum of RGB (Red+Green+Blue) = 118+240+255=613 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.25% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #76F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0FF is #890F00. Grayscale: #CDCDCD. Windows color (decimal): -8982273 or 16773238. OLE color: 16773238.
HSL color Cylindrical-coordinate representation of color #76F0FF: hue angle of 186.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76F0FF is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 240 | 255 | - |
| CMYK | 0.54 | 0.06 | 0 | 0 |
| HSL | 186.57º | 1% | 0.73% | - |
| HSV(B) | 186.57º | 0.54% | 1% | - |
| XYZ | 56.68 | 73.39 | 105.79 | - |
| YUV | 205.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 255 | 0.54 | 0.06 | 0 | 0 | 186.57 | 1 | 0.73 |
| Hex | 76 | F0 | FF | 36 | 6 | 0 | 0 | BB | 64 | 49 |
| Octal | 166 | 360 | 377 | 66 | 6 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110110 | 11110000 | 11111111 | 110110 | 110 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #76F0FF
Complementary color
Monochromatic Colors of #76F0FF
Black with #76F0FF
Text Example
Text Example
White with #76F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0FF; }
p { color: rgb(118,240,255); }
H1.HeaderClassName
{
color: #76F0FF;
}
.AnyTagClassName
{
color: #76F0FF;
}
</style>
background-color css
<style>
a { background-color: #76F0FF; }
a { background-color: rgb(118,240,255); }
div.DivClassName
{
background-color: #76F0FF;
}
.BgClassName
{
background-color: #76F0FF;
}
</style>
border-color css
<style>
span { border-color: #76F0FF; }
span { border-color: rgb(118,240,255); }
td.TdClassName
{
border-color: #76F0FF;
}
.TagClassName
{
border-color: #76F0FF;
}
</style>