Shades of Electric Blue #77ECF1
Tints of Electric Blue #77ECF1
RGB
CMYK
RGB Variations
Color information
#77ECF1 (or 0x77ECF1) is known color: Electric Blue. HEX triplet: 77, EC and F1. RGB value is (119,236,241). Sum of RGB (Red+Green+Blue) = 119+236+241=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #77ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECF1 is #88130E. Grayscale: #C9C9C9. Windows color (decimal): -8917775 or 15854711. OLE color: 15854711.
HSL color Cylindrical-coordinate representation of color #77ECF1: hue angle of 182.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ECF1 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 236 | 241 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.05 |
| HSL | 182.46º | 0.81% | 0.71% | - |
| HSV(B) | 182.46º | 0.51% | 0.95% | - |
| XYZ | 53.48 | 70.26 | 93.96 | - |
| YUV | 201.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 241 | 0.51 | 0.02 | 0 | 0.05 | 182.46 | 0.81 | 0.71 |
| Hex | 77 | EC | F1 | 33 | 2 | 0 | 5 | B6 | 51 | 47 |
| Octal | 167 | 354 | 361 | 63 | 2 | 0 | 5 | 266 | 121 | 107 |
| Binary | 1110111 | 11101100 | 11110001 | 110011 | 10 | 0 | 101 | 10110110 | 1010001 | 1000111 |
Color Harmonies of #77ECF1
Complementary color
Monochromatic Colors of #77ECF1
Black with #77ECF1
Text Example
Text Example
White with #77ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECF1; }
p { color: rgb(119,236,241); }
H1.HeaderClassName
{
color: #77ECF1;
}
.AnyTagClassName
{
color: #77ECF1;
}
</style>
background-color css
<style>
a { background-color: #77ECF1; }
a { background-color: rgb(119,236,241); }
div.DivClassName
{
background-color: #77ECF1;
}
.BgClassName
{
background-color: #77ECF1;
}
</style>
border-color css
<style>
span { border-color: #77ECF1; }
span { border-color: rgb(119,236,241); }
td.TdClassName
{
border-color: #77ECF1;
}
.TagClassName
{
border-color: #77ECF1;
}
</style>