Shades of Electric Blue #77EEF2
Tints of Electric Blue #77EEF2
RGB
CMYK
RGB Variations
Color information
#77EEF2 (or 0x77EEF2) is known color: Electric Blue. HEX triplet: 77, EE and F2. RGB value is (119,238,242). Sum of RGB (Red+Green+Blue) = 119+238+242=599 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.87% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #77EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEF2 is #88110D. Grayscale: #CACACA. Windows color (decimal): -8917262 or 15920759. OLE color: 15920759.
HSL color Cylindrical-coordinate representation of color #77EEF2: hue angle of 181.95º degrees, saturation: 0.83, 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 #77EEF2 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 238 | 242 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.05 |
| HSL | 181.95º | 0.83% | 0.71% | - |
| HSV(B) | 181.95º | 0.51% | 0.95% | - |
| XYZ | 54.21 | 71.48 | 94.94 | - |
| YUV | 202.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 242 | 0.51 | 0.02 | 0 | 0.05 | 181.95 | 0.83 | 0.71 |
| Hex | 77 | EE | F2 | 33 | 2 | 0 | 5 | B6 | 53 | 47 |
| Octal | 167 | 356 | 362 | 63 | 2 | 0 | 5 | 266 | 123 | 107 |
| Binary | 1110111 | 11101110 | 11110010 | 110011 | 10 | 0 | 101 | 10110110 | 1010011 | 1000111 |
Color Harmonies of #77EEF2
Complementary color
Monochromatic Colors of #77EEF2
Black with #77EEF2
Text Example
Text Example
White with #77EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEF2; }
p { color: rgb(119,238,242); }
H1.HeaderClassName
{
color: #77EEF2;
}
.AnyTagClassName
{
color: #77EEF2;
}
</style>
background-color css
<style>
a { background-color: #77EEF2; }
a { background-color: rgb(119,238,242); }
div.DivClassName
{
background-color: #77EEF2;
}
.BgClassName
{
background-color: #77EEF2;
}
</style>
border-color css
<style>
span { border-color: #77EEF2; }
span { border-color: rgb(119,238,242); }
td.TdClassName
{
border-color: #77EEF2;
}
.TagClassName
{
border-color: #77EEF2;
}
</style>