Shades of Electric Blue #76E9FE
Tints of Electric Blue #76E9FE
RGB
CMYK
RGB Variations
Color information
#76E9FE (or 0x76E9FE) is known color: Electric Blue. HEX triplet: 76, E9 and FE. RGB value is (118,233,254). Sum of RGB (Red+Green+Blue) = 118+233+254=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #76E9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E9FE is #891601. Grayscale: #C8C8C8. Windows color (decimal): -8984066 or 16705910. OLE color: 16705910.
HSL color Cylindrical-coordinate representation of color #76E9FE: hue angle of 189.26º 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 #76E9FE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 233 | 254 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.00 |
| HSL | 189.26º | 0.99% | 0.73% | - |
| HSV(B) | 189.26º | 0.54% | 1% | - |
| XYZ | 54.5 | 69.29 | 104.27 | - |
| YUV | 201.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 233 | 254 | 0.54 | 0.08 | 0 | 0.00 | 189.26 | 0.99 | 0.73 |
| Hex | 76 | E9 | FE | 36 | 8 | 0 | 0 | BD | 63 | 49 |
| Octal | 166 | 351 | 376 | 66 | 10 | 0 | 0 | 275 | 143 | 111 |
| Binary | 1110110 | 11101001 | 11111110 | 110110 | 1000 | 0 | 0 | 10111101 | 1100011 | 1001001 |
Color Harmonies of #76E9FE
Complementary color
Monochromatic Colors of #76E9FE
Black with #76E9FE
Text Example
Text Example
White with #76E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E9FE; }
p { color: rgb(118,233,254); }
H1.HeaderClassName
{
color: #76E9FE;
}
.AnyTagClassName
{
color: #76E9FE;
}
</style>
background-color css
<style>
a { background-color: #76E9FE; }
a { background-color: rgb(118,233,254); }
div.DivClassName
{
background-color: #76E9FE;
}
.BgClassName
{
background-color: #76E9FE;
}
</style>
border-color css
<style>
span { border-color: #76E9FE; }
span { border-color: rgb(118,233,254); }
td.TdClassName
{
border-color: #76E9FE;
}
.TagClassName
{
border-color: #76E9FE;
}
</style>