Shades of Electric Blue #76EFFE
Tints of Electric Blue #76EFFE
RGB
CMYK
RGB Variations
Color information
#76EFFE (or 0x76EFFE) is known color: Electric Blue. HEX triplet: 76, EF and FE. RGB value is (118,239,254). Sum of RGB (Red+Green+Blue) = 118+239+254=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #76EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFFE is #891001. Grayscale: #CCCCCC. Windows color (decimal): -8982530 or 16707446. OLE color: 16707446.
HSL color Cylindrical-coordinate representation of color #76EFFE: hue angle of 186.62º 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 #76EFFE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 239 | 254 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.00 |
| HSL | 186.62º | 0.99% | 0.73% | - |
| HSV(B) | 186.62º | 0.54% | 1% | - |
| XYZ | 56.23 | 72.74 | 104.84 | - |
| YUV | 204.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 254 | 0.54 | 0.06 | 0 | 0.00 | 186.62 | 0.99 | 0.73 |
| Hex | 76 | EF | FE | 36 | 6 | 0 | 0 | BB | 63 | 49 |
| Octal | 166 | 357 | 376 | 66 | 6 | 0 | 0 | 273 | 143 | 111 |
| Binary | 1110110 | 11101111 | 11111110 | 110110 | 110 | 0 | 0 | 10111011 | 1100011 | 1001001 |
Color Harmonies of #76EFFE
Complementary color
Monochromatic Colors of #76EFFE
Black with #76EFFE
Text Example
Text Example
White with #76EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFFE; }
p { color: rgb(118,239,254); }
H1.HeaderClassName
{
color: #76EFFE;
}
.AnyTagClassName
{
color: #76EFFE;
}
</style>
background-color css
<style>
a { background-color: #76EFFE; }
a { background-color: rgb(118,239,254); }
div.DivClassName
{
background-color: #76EFFE;
}
.BgClassName
{
background-color: #76EFFE;
}
</style>
border-color css
<style>
span { border-color: #76EFFE; }
span { border-color: rgb(118,239,254); }
td.TdClassName
{
border-color: #76EFFE;
}
.TagClassName
{
border-color: #76EFFE;
}
</style>