Shades of Electric Blue #77EFEC
Tints of Electric Blue #77EFEC
RGB
CMYK
RGB Variations
Color information
#77EFEC (or 0x77EFEC) is known color: Electric Blue. HEX triplet: 77, EF and EC. RGB value is (119,239,236). Sum of RGB (Red+Green+Blue) = 119+239+236=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFEC is #881013. Grayscale: #CACACA. Windows color (decimal): -8917012 or 15527799. OLE color: 15527799.
HSL color Cylindrical-coordinate representation of color #77EFEC: hue angle of 178.5º 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 #77EFEC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 239 | 236 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.06 |
| HSL | 178.5º | 0.79% | 0.7% | - |
| HSV(B) | 178.5º | 0.5% | 0.94% | - |
| XYZ | 53.61 | 71.71 | 90.37 | - |
| YUV | 202.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 239 | 236 | 0.50 | 0 | 0.01 | 0.06 | 178.5 | 0.79 | 0.7 |
| Hex | 77 | EF | EC | 32 | 0 | 1 | 6 | B2 | 4F | 46 |
| Octal | 167 | 357 | 354 | 62 | 0 | 1 | 6 | 262 | 117 | 106 |
| Binary | 1110111 | 11101111 | 11101100 | 110010 | 0 | 1 | 110 | 10110010 | 1001111 | 1000110 |
Color Harmonies of #77EFEC
Complementary color
Monochromatic Colors of #77EFEC
Black with #77EFEC
Text Example
Text Example
White with #77EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EFEC; }
p { color: rgb(119,239,236); }
H1.HeaderClassName
{
color: #77EFEC;
}
.AnyTagClassName
{
color: #77EFEC;
}
</style>
background-color css
<style>
a { background-color: #77EFEC; }
a { background-color: rgb(119,239,236); }
div.DivClassName
{
background-color: #77EFEC;
}
.BgClassName
{
background-color: #77EFEC;
}
</style>
border-color css
<style>
span { border-color: #77EFEC; }
span { border-color: rgb(119,239,236); }
td.TdClassName
{
border-color: #77EFEC;
}
.TagClassName
{
border-color: #77EFEC;
}
</style>