Shades of Electric Blue #77E6F9
Tints of Electric Blue #77E6F9
RGB
CMYK
RGB Variations
Color information
#77E6F9 (or 0x77E6F9) is known color: Electric Blue. HEX triplet: 77, E6 and F9. RGB value is (119,230,249). Sum of RGB (Red+Green+Blue) = 119+230+249=598 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.90% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #77E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E6F9 is #881906. Grayscale: #C6C6C6. Windows color (decimal): -8919303 or 16377463. OLE color: 16377463.
HSL color Cylindrical-coordinate representation of color #77E6F9: hue angle of 188.77º 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 #77E6F9 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 230 | 249 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.02 |
| HSL | 188.77º | 0.92% | 0.72% | - |
| HSV(B) | 188.77º | 0.52% | 0.98% | - |
| XYZ | 53 | 67.36 | 99.83 | - |
| YUV | 198.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 230 | 249 | 0.52 | 0.08 | 0 | 0.02 | 188.77 | 0.92 | 0.72 |
| Hex | 77 | E6 | F9 | 34 | 8 | 0 | 2 | BD | 5C | 48 |
| Octal | 167 | 346 | 371 | 64 | 10 | 0 | 2 | 275 | 134 | 110 |
| Binary | 1110111 | 11100110 | 11111001 | 110100 | 1000 | 0 | 10 | 10111101 | 1011100 | 1001000 |
Color Harmonies of #77E6F9
Complementary color
Monochromatic Colors of #77E6F9
Black with #77E6F9
Text Example
Text Example
White with #77E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E6F9; }
p { color: rgb(119,230,249); }
H1.HeaderClassName
{
color: #77E6F9;
}
.AnyTagClassName
{
color: #77E6F9;
}
</style>
background-color css
<style>
a { background-color: #77E6F9; }
a { background-color: rgb(119,230,249); }
div.DivClassName
{
background-color: #77E6F9;
}
.BgClassName
{
background-color: #77E6F9;
}
</style>
border-color css
<style>
span { border-color: #77E6F9; }
span { border-color: rgb(119,230,249); }
td.TdClassName
{
border-color: #77E6F9;
}
.TagClassName
{
border-color: #77E6F9;
}
</style>