Shades of Electric Blue #77EFED
Tints of Electric Blue #77EFED
RGB
CMYK
RGB Variations
Color information
#77EFED (or 0x77EFED) is known color: Electric Blue. HEX triplet: 77, EF and ED. RGB value is (119,239,237). Sum of RGB (Red+Green+Blue) = 119+239+237=595 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFED is #881012. Grayscale: #CACACA. Windows color (decimal): -8917011 or 15593335. OLE color: 15593335.
HSL color Cylindrical-coordinate representation of color #77EFED: hue angle of 179º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFED is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 239 | 237 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.06 |
| HSL | 179º | 0.79% | 0.7% | - |
| HSV(B) | 179º | 0.5% | 0.94% | - |
| XYZ | 53.76 | 71.77 | 91.14 | - |
| YUV | 202.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 239 | 237 | 0.50 | 0 | 0.01 | 0.06 | 179 | 0.79 | 0.7 |
| Hex | 77 | EF | ED | 32 | 0 | 1 | 6 | B3 | 4F | 46 |
| Octal | 167 | 357 | 355 | 62 | 0 | 1 | 6 | 263 | 117 | 106 |
| Binary | 1110111 | 11101111 | 11101101 | 110010 | 0 | 1 | 110 | 10110011 | 1001111 | 1000110 |
Color Harmonies of #77EFED
Complementary color
Monochromatic Colors of #77EFED
Black with #77EFED
Text Example
Text Example
White with #77EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EFED; }
p { color: rgb(119,239,237); }
H1.HeaderClassName
{
color: #77EFED;
}
.AnyTagClassName
{
color: #77EFED;
}
</style>
background-color css
<style>
a { background-color: #77EFED; }
a { background-color: rgb(119,239,237); }
div.DivClassName
{
background-color: #77EFED;
}
.BgClassName
{
background-color: #77EFED;
}
</style>
border-color css
<style>
span { border-color: #77EFED; }
span { border-color: rgb(119,239,237); }
td.TdClassName
{
border-color: #77EFED;
}
.TagClassName
{
border-color: #77EFED;
}
</style>