Shades of Electric Blue #77E5FE
Tints of Electric Blue #77E5FE
RGB
CMYK
RGB Variations
Color information
#77E5FE (or 0x77E5FE) is known color: Electric Blue. HEX triplet: 77, E5 and FE. RGB value is (119,229,254). Sum of RGB (Red+Green+Blue) = 119+229+254=602 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.77% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #77E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E5FE is #881A01. Grayscale: #C6C6C6. Windows color (decimal): -8919554 or 16704887. OLE color: 16704887.
HSL color Cylindrical-coordinate representation of color #77E5FE: hue angle of 191.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 #77E5FE is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 229 | 254 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.00 |
| HSL | 191.11º | 0.99% | 0.73% | - |
| HSV(B) | 191.11º | 0.53% | 1% | - |
| XYZ | 53.52 | 67.12 | 103.9 | - |
| YUV | 198.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 229 | 254 | 0.53 | 0.10 | 0 | 0.00 | 191.11 | 0.99 | 0.73 |
| Hex | 77 | E5 | FE | 35 | A | 0 | 0 | BF | 63 | 49 |
| Octal | 167 | 345 | 376 | 65 | 12 | 0 | 0 | 277 | 143 | 111 |
| Binary | 1110111 | 11100101 | 11111110 | 110101 | 1010 | 0 | 0 | 10111111 | 1100011 | 1001001 |
Color Harmonies of #77E5FE
Complementary color
Monochromatic Colors of #77E5FE
Black with #77E5FE
Text Example
Text Example
White with #77E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E5FE; }
p { color: rgb(119,229,254); }
H1.HeaderClassName
{
color: #77E5FE;
}
.AnyTagClassName
{
color: #77E5FE;
}
</style>
background-color css
<style>
a { background-color: #77E5FE; }
a { background-color: rgb(119,229,254); }
div.DivClassName
{
background-color: #77E5FE;
}
.BgClassName
{
background-color: #77E5FE;
}
</style>
border-color css
<style>
span { border-color: #77E5FE; }
span { border-color: rgb(119,229,254); }
td.TdClassName
{
border-color: #77E5FE;
}
.TagClassName
{
border-color: #77E5FE;
}
</style>