Shades of Electric Blue #77ECFC
Tints of Electric Blue #77ECFC
RGB
CMYK
RGB Variations
Color information
#77ECFC (or 0x77ECFC) is known color: Electric Blue. HEX triplet: 77, EC and FC. RGB value is (119,236,252). Sum of RGB (Red+Green+Blue) = 119+236+252=607 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.60% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #77ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECFC is #881303. Grayscale: #CACACA. Windows color (decimal): -8917764 or 16575607. OLE color: 16575607.
HSL color Cylindrical-coordinate representation of color #77ECFC: hue angle of 187.22º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77ECFC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 236 | 252 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.01 |
| HSL | 187.22º | 0.96% | 0.73% | - |
| HSV(B) | 187.22º | 0.53% | 0.99% | - |
| XYZ | 55.17 | 70.94 | 102.88 | - |
| YUV | 202.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 252 | 0.53 | 0.06 | 0 | 0.01 | 187.22 | 0.96 | 0.73 |
| Hex | 77 | EC | FC | 35 | 6 | 0 | 1 | BB | 60 | 49 |
| Octal | 167 | 354 | 374 | 65 | 6 | 0 | 1 | 273 | 140 | 111 |
| Binary | 1110111 | 11101100 | 11111100 | 110101 | 110 | 0 | 1 | 10111011 | 1100000 | 1001001 |
Color Harmonies of #77ECFC
Complementary color
Monochromatic Colors of #77ECFC
Black with #77ECFC
Text Example
Text Example
White with #77ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECFC; }
p { color: rgb(119,236,252); }
H1.HeaderClassName
{
color: #77ECFC;
}
.AnyTagClassName
{
color: #77ECFC;
}
</style>
background-color css
<style>
a { background-color: #77ECFC; }
a { background-color: rgb(119,236,252); }
div.DivClassName
{
background-color: #77ECFC;
}
.BgClassName
{
background-color: #77ECFC;
}
</style>
border-color css
<style>
span { border-color: #77ECFC; }
span { border-color: rgb(119,236,252); }
td.TdClassName
{
border-color: #77ECFC;
}
.TagClassName
{
border-color: #77ECFC;
}
</style>