Shades of Electric Blue #77EEFE
Tints of Electric Blue #77EEFE
RGB
CMYK
RGB Variations
Color information
#77EEFE (or 0x77EEFE) is known color: Electric Blue. HEX triplet: 77, EE and FE. RGB value is (119,238,254). Sum of RGB (Red+Green+Blue) = 119+238+254=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 238 (93.36% from 255 or 38.95% 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 #77EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEFE is #881101. Grayscale: #CCCCCC. Windows color (decimal): -8917250 or 16707191. OLE color: 16707191.
HSL color Cylindrical-coordinate representation of color #77EEFE: hue angle of 187.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77EEFE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 238 | 254 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.00 |
| HSL | 187.11º | 0.99% | 0.73% | - |
| HSV(B) | 187.11º | 0.53% | 1% | - |
| XYZ | 56.07 | 72.23 | 104.75 | - |
| YUV | 204.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 254 | 0.53 | 0.06 | 0 | 0.00 | 187.11 | 0.99 | 0.73 |
| Hex | 77 | EE | FE | 35 | 6 | 0 | 0 | BB | 63 | 49 |
| Octal | 167 | 356 | 376 | 65 | 6 | 0 | 0 | 273 | 143 | 111 |
| Binary | 1110111 | 11101110 | 11111110 | 110101 | 110 | 0 | 0 | 10111011 | 1100011 | 1001001 |
Color Harmonies of #77EEFE
Complementary color
Monochromatic Colors of #77EEFE
Black with #77EEFE
Text Example
Text Example
White with #77EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEFE; }
p { color: rgb(119,238,254); }
H1.HeaderClassName
{
color: #77EEFE;
}
.AnyTagClassName
{
color: #77EEFE;
}
</style>
background-color css
<style>
a { background-color: #77EEFE; }
a { background-color: rgb(119,238,254); }
div.DivClassName
{
background-color: #77EEFE;
}
.BgClassName
{
background-color: #77EEFE;
}
</style>
border-color css
<style>
span { border-color: #77EEFE; }
span { border-color: rgb(119,238,254); }
td.TdClassName
{
border-color: #77EEFE;
}
.TagClassName
{
border-color: #77EEFE;
}
</style>