Shades of Electric Blue #77E8F9
Tints of Electric Blue #77E8F9
RGB
CMYK
RGB Variations
Color information
#77E8F9 (or 0x77E8F9) is known color: Electric Blue. HEX triplet: 77, E8 and F9. RGB value is (119,232,249). Sum of RGB (Red+Green+Blue) = 119+232+249=600 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.83% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #77E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E8F9 is #881706. Grayscale: #C7C7C7. Windows color (decimal): -8918791 or 16377975. OLE color: 16377975.
HSL color Cylindrical-coordinate representation of color #77E8F9: hue angle of 187.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77E8F9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 232 | 249 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.02 |
| HSL | 187.85º | 0.92% | 0.72% | - |
| HSV(B) | 187.85º | 0.52% | 0.98% | - |
| XYZ | 53.56 | 68.47 | 100.02 | - |
| YUV | 200.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 249 | 0.52 | 0.07 | 0 | 0.02 | 187.85 | 0.92 | 0.72 |
| Hex | 77 | E8 | F9 | 34 | 7 | 0 | 2 | BC | 5C | 48 |
| Octal | 167 | 350 | 371 | 64 | 7 | 0 | 2 | 274 | 134 | 110 |
| Binary | 1110111 | 11101000 | 11111001 | 110100 | 111 | 0 | 10 | 10111100 | 1011100 | 1001000 |
Color Harmonies of #77E8F9
Complementary color
Monochromatic Colors of #77E8F9
Black with #77E8F9
Text Example
Text Example
White with #77E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8F9; }
p { color: rgb(119,232,249); }
H1.HeaderClassName
{
color: #77E8F9;
}
.AnyTagClassName
{
color: #77E8F9;
}
</style>
background-color css
<style>
a { background-color: #77E8F9; }
a { background-color: rgb(119,232,249); }
div.DivClassName
{
background-color: #77E8F9;
}
.BgClassName
{
background-color: #77E8F9;
}
</style>
border-color css
<style>
span { border-color: #77E8F9; }
span { border-color: rgb(119,232,249); }
td.TdClassName
{
border-color: #77E8F9;
}
.TagClassName
{
border-color: #77E8F9;
}
</style>