Shades of Electric Blue #77EEED
Tints of Electric Blue #77EEED
RGB
CMYK
RGB Variations
Color information
#77EEED (or 0x77EEED) is known color: Electric Blue. HEX triplet: 77, EE and ED. RGB value is (119,238,237). Sum of RGB (Red+Green+Blue) = 119+238+237=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEED is #881112. Grayscale: #CACACA. Windows color (decimal): -8917267 or 15593079. OLE color: 15593079.
HSL color Cylindrical-coordinate representation of color #77EEED: hue angle of 179.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEED is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 237 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.07 |
| HSL | 179.5º | 0.78% | 0.7% | - |
| HSV(B) | 179.5º | 0.5% | 0.93% | - |
| XYZ | 53.47 | 71.19 | 91.04 | - |
| YUV | 202.31 | 147.58 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 237 | 0.50 | 0 | 0.00 | 0.07 | 179.5 | 0.78 | 0.7 |
| Hex | 77 | EE | ED | 32 | 0 | 0 | 7 | B3 | 4E | 46 |
| Octal | 167 | 356 | 355 | 62 | 0 | 0 | 7 | 263 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11101101 | 110010 | 0 | 0 | 111 | 10110011 | 1001110 | 1000110 |
Color Harmonies of #77EEED
Complementary color
Monochromatic Colors of #77EEED
Black with #77EEED
Text Example
Text Example
White with #77EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEED; }
p { color: rgb(119,238,237); }
H1.HeaderClassName
{
color: #77EEED;
}
.AnyTagClassName
{
color: #77EEED;
}
</style>
background-color css
<style>
a { background-color: #77EEED; }
a { background-color: rgb(119,238,237); }
div.DivClassName
{
background-color: #77EEED;
}
.BgClassName
{
background-color: #77EEED;
}
</style>
border-color css
<style>
span { border-color: #77EEED; }
span { border-color: rgb(119,238,237); }
td.TdClassName
{
border-color: #77EEED;
}
.TagClassName
{
border-color: #77EEED;
}
</style>