Shades of Electric Blue #77EAF1
Tints of Electric Blue #77EAF1
RGB
CMYK
RGB Variations
Color information
#77EAF1 (or 0x77EAF1) is known color: Electric Blue. HEX triplet: 77, EA and F1. RGB value is (119,234,241). Sum of RGB (Red+Green+Blue) = 119+234+241=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #77EAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EAF1 is #88150E. Grayscale: #C8C8C8. Windows color (decimal): -8918287 or 15854199. OLE color: 15854199.
HSL color Cylindrical-coordinate representation of color #77EAF1: hue angle of 183.44º 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 #77EAF1 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 234 | 241 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.05 |
| HSL | 183.44º | 0.81% | 0.71% | - |
| HSV(B) | 183.44º | 0.51% | 0.95% | - |
| XYZ | 52.91 | 69.12 | 93.77 | - |
| YUV | 200.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 241 | 0.51 | 0.03 | 0 | 0.05 | 183.44 | 0.81 | 0.71 |
| Hex | 77 | EA | F1 | 33 | 3 | 0 | 5 | B7 | 51 | 47 |
| Octal | 167 | 352 | 361 | 63 | 3 | 0 | 5 | 267 | 121 | 107 |
| Binary | 1110111 | 11101010 | 11110001 | 110011 | 11 | 0 | 101 | 10110111 | 1010001 | 1000111 |
Color Harmonies of #77EAF1
Complementary color
Monochromatic Colors of #77EAF1
Black with #77EAF1
Text Example
Text Example
White with #77EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EAF1; }
p { color: rgb(119,234,241); }
H1.HeaderClassName
{
color: #77EAF1;
}
.AnyTagClassName
{
color: #77EAF1;
}
</style>
background-color css
<style>
a { background-color: #77EAF1; }
a { background-color: rgb(119,234,241); }
div.DivClassName
{
background-color: #77EAF1;
}
.BgClassName
{
background-color: #77EAF1;
}
</style>
border-color css
<style>
span { border-color: #77EAF1; }
span { border-color: rgb(119,234,241); }
td.TdClassName
{
border-color: #77EAF1;
}
.TagClassName
{
border-color: #77EAF1;
}
</style>