Shades of Electric Blue #79EDF7
Tints of Electric Blue #79EDF7
RGB
CMYK
RGB Variations
Color information
#79EDF7 (or 0x79EDF7) is known color: Electric Blue. HEX triplet: 79, ED and F7. RGB value is (121,237,247). Sum of RGB (Red+Green+Blue) = 121+237+247=605 (80% of max value = 765). Red value is 121 (47.66% from 255 or 20% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #79EDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EDF7 is #861208. Grayscale: #CBCBCB. Windows color (decimal): -8786441 or 16248185. OLE color: 16248185.
HSL color Cylindrical-coordinate representation of color #79EDF7: hue angle of 184.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79EDF7 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 237 | 247 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.03 |
| HSL | 184.76º | 0.89% | 0.72% | - |
| HSV(B) | 184.76º | 0.51% | 0.97% | - |
| XYZ | 54.96 | 71.35 | 98.87 | - |
| YUV | 203.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 237 | 247 | 0.51 | 0.04 | 0 | 0.03 | 184.76 | 0.89 | 0.72 |
| Hex | 79 | ED | F7 | 33 | 4 | 0 | 3 | B9 | 59 | 48 |
| Octal | 171 | 355 | 367 | 63 | 4 | 0 | 3 | 271 | 131 | 110 |
| Binary | 1111001 | 11101101 | 11110111 | 110011 | 100 | 0 | 11 | 10111001 | 1011001 | 1001000 |
Color Harmonies of #79EDF7
Complementary color
Monochromatic Colors of #79EDF7
Black with #79EDF7
Text Example
Text Example
White with #79EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EDF7; }
p { color: rgb(121,237,247); }
H1.HeaderClassName
{
color: #79EDF7;
}
.AnyTagClassName
{
color: #79EDF7;
}
</style>
background-color css
<style>
a { background-color: #79EDF7; }
a { background-color: rgb(121,237,247); }
div.DivClassName
{
background-color: #79EDF7;
}
.BgClassName
{
background-color: #79EDF7;
}
</style>
border-color css
<style>
span { border-color: #79EDF7; }
span { border-color: rgb(121,237,247); }
td.TdClassName
{
border-color: #79EDF7;
}
.TagClassName
{
border-color: #79EDF7;
}
</style>