Shades of Electric Blue #76FAFE
Tints of Electric Blue #76FAFE
RGB
CMYK
RGB Variations
Color information
#76FAFE (or 0x76FAFE) is known color: Electric Blue. HEX triplet: 76, FA and FE. RGB value is (118,250,254). Sum of RGB (Red+Green+Blue) = 118+250+254=622 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.97% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #76FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FAFE is #890501. Grayscale: #D2D2D2. Windows color (decimal): -8979714 or 16710262. OLE color: 16710262.
HSL color Cylindrical-coordinate representation of color #76FAFE: hue angle of 181.76º 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 #76FAFE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 250 | 254 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.00 |
| HSL | 181.76º | 0.99% | 0.73% | - |
| HSV(B) | 181.76º | 0.54% | 1% | - |
| XYZ | 59.55 | 79.38 | 105.95 | - |
| YUV | 210.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 254 | 0.54 | 0.02 | 0 | 0.00 | 181.76 | 0.99 | 0.73 |
| Hex | 76 | FA | FE | 36 | 2 | 0 | 0 | B6 | 63 | 49 |
| Octal | 166 | 372 | 376 | 66 | 2 | 0 | 0 | 266 | 143 | 111 |
| Binary | 1110110 | 11111010 | 11111110 | 110110 | 10 | 0 | 0 | 10110110 | 1100011 | 1001001 |
Color Harmonies of #76FAFE
Complementary color
Monochromatic Colors of #76FAFE
Black with #76FAFE
Text Example
Text Example
White with #76FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FAFE; }
p { color: rgb(118,250,254); }
H1.HeaderClassName
{
color: #76FAFE;
}
.AnyTagClassName
{
color: #76FAFE;
}
</style>
background-color css
<style>
a { background-color: #76FAFE; }
a { background-color: rgb(118,250,254); }
div.DivClassName
{
background-color: #76FAFE;
}
.BgClassName
{
background-color: #76FAFE;
}
</style>
border-color css
<style>
span { border-color: #76FAFE; }
span { border-color: rgb(118,250,254); }
td.TdClassName
{
border-color: #76FAFE;
}
.TagClassName
{
border-color: #76FAFE;
}
</style>