Shades of Electric Blue #77EDF9
Tints of Electric Blue #77EDF9
RGB
CMYK
RGB Variations
Color information
#77EDF9 (or 0x77EDF9) is known color: Electric Blue. HEX triplet: 77, ED and F9. RGB value is (119,237,249). Sum of RGB (Red+Green+Blue) = 119+237+249=605 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.67% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #77EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EDF9 is #881206. Grayscale: #CACACA. Windows color (decimal): -8917511 or 16379255. OLE color: 16379255.
HSL color Cylindrical-coordinate representation of color #77EDF9: hue angle of 185.54º 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 #77EDF9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 237 | 249 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.02 |
| HSL | 185.54º | 0.92% | 0.72% | - |
| HSV(B) | 185.54º | 0.52% | 0.98% | - |
| XYZ | 54.99 | 71.33 | 100.49 | - |
| YUV | 203.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 249 | 0.52 | 0.05 | 0 | 0.02 | 185.54 | 0.92 | 0.72 |
| Hex | 77 | ED | F9 | 34 | 5 | 0 | 2 | BA | 5C | 48 |
| Octal | 167 | 355 | 371 | 64 | 5 | 0 | 2 | 272 | 134 | 110 |
| Binary | 1110111 | 11101101 | 11111001 | 110100 | 101 | 0 | 10 | 10111010 | 1011100 | 1001000 |
Color Harmonies of #77EDF9
Complementary color
Monochromatic Colors of #77EDF9
Black with #77EDF9
Text Example
Text Example
White with #77EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EDF9; }
p { color: rgb(119,237,249); }
H1.HeaderClassName
{
color: #77EDF9;
}
.AnyTagClassName
{
color: #77EDF9;
}
</style>
background-color css
<style>
a { background-color: #77EDF9; }
a { background-color: rgb(119,237,249); }
div.DivClassName
{
background-color: #77EDF9;
}
.BgClassName
{
background-color: #77EDF9;
}
</style>
border-color css
<style>
span { border-color: #77EDF9; }
span { border-color: rgb(119,237,249); }
td.TdClassName
{
border-color: #77EDF9;
}
.TagClassName
{
border-color: #77EDF9;
}
</style>