Shades of Electric Blue #76F0FE
Tints of Electric Blue #76F0FE
RGB
CMYK
RGB Variations
Color information
#76F0FE (or 0x76F0FE) is known color: Electric Blue. HEX triplet: 76, F0 and FE. RGB value is (118,240,254). Sum of RGB (Red+Green+Blue) = 118+240+254=612 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.28% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #76F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0FE is #890F01. Grayscale: #CCCCCC. Windows color (decimal): -8982274 or 16707702. OLE color: 16707702.
HSL color Cylindrical-coordinate representation of color #76F0FE: hue angle of 186.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76F0FE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 240 | 254 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.00 |
| HSL | 186.18º | 0.99% | 0.73% | - |
| HSV(B) | 186.18º | 0.54% | 1% | - |
| XYZ | 56.52 | 73.33 | 104.94 | - |
| YUV | 205.12 | 155.58 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 254 | 0.54 | 0.06 | 0 | 0.00 | 186.18 | 0.99 | 0.73 |
| Hex | 76 | F0 | FE | 36 | 6 | 0 | 0 | BA | 63 | 49 |
| Octal | 166 | 360 | 376 | 66 | 6 | 0 | 0 | 272 | 143 | 111 |
| Binary | 1110110 | 11110000 | 11111110 | 110110 | 110 | 0 | 0 | 10111010 | 1100011 | 1001001 |
Color Harmonies of #76F0FE
Complementary color
Monochromatic Colors of #76F0FE
Black with #76F0FE
Text Example
Text Example
White with #76F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0FE; }
p { color: rgb(118,240,254); }
H1.HeaderClassName
{
color: #76F0FE;
}
.AnyTagClassName
{
color: #76F0FE;
}
</style>
background-color css
<style>
a { background-color: #76F0FE; }
a { background-color: rgb(118,240,254); }
div.DivClassName
{
background-color: #76F0FE;
}
.BgClassName
{
background-color: #76F0FE;
}
</style>
border-color css
<style>
span { border-color: #76F0FE; }
span { border-color: rgb(118,240,254); }
td.TdClassName
{
border-color: #76F0FE;
}
.TagClassName
{
border-color: #76F0FE;
}
</style>