Shades of Electric Blue #77E2FF
Tints of Electric Blue #77E2FF
RGB
CMYK
RGB Variations
Color information
#77E2FF (or 0x77E2FF) is known color: Electric Blue. HEX triplet: 77, E2 and FF. RGB value is (119,226,255). Sum of RGB (Red+Green+Blue) = 119+226+255=600 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.83% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #77E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E2FF is #881D00. Grayscale: #C5C5C5. Windows color (decimal): -8920321 or 16769655. OLE color: 16769655.
HSL color Cylindrical-coordinate representation of color #77E2FF: hue angle of 192.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77E2FF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 226 | 255 | - |
| CMYK | 0.53 | 0.11 | 0 | 0 |
| HSL | 192.79º | 1% | 0.73% | - |
| HSV(B) | 192.79º | 0.53% | 1% | - |
| XYZ | 52.85 | 65.53 | 104.47 | - |
| YUV | 197.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 255 | 0.53 | 0.11 | 0 | 0 | 192.79 | 1 | 0.73 |
| Hex | 77 | E2 | FF | 35 | B | 0 | 0 | C1 | 64 | 49 |
| Octal | 167 | 342 | 377 | 65 | 13 | 0 | 0 | 301 | 144 | 111 |
| Binary | 1110111 | 11100010 | 11111111 | 110101 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001001 |
Color Harmonies of #77E2FF
Complementary color
Monochromatic Colors of #77E2FF
Black with #77E2FF
Text Example
Text Example
White with #77E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E2FF; }
p { color: rgb(119,226,255); }
H1.HeaderClassName
{
color: #77E2FF;
}
.AnyTagClassName
{
color: #77E2FF;
}
</style>
background-color css
<style>
a { background-color: #77E2FF; }
a { background-color: rgb(119,226,255); }
div.DivClassName
{
background-color: #77E2FF;
}
.BgClassName
{
background-color: #77E2FF;
}
</style>
border-color css
<style>
span { border-color: #77E2FF; }
span { border-color: rgb(119,226,255); }
td.TdClassName
{
border-color: #77E2FF;
}
.TagClassName
{
border-color: #77E2FF;
}
</style>