Shades of Electric Blue #79F7EF
Tints of Electric Blue #79F7EF
RGB
CMYK
RGB Variations
Color information
#79F7EF (or 0x79F7EF) is known color: Electric Blue. HEX triplet: 79, F7 and EF. RGB value is (121,247,239). Sum of RGB (Red+Green+Blue) = 121+247+239=607 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.93% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #79F7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F7EF is #860810. Grayscale: #D0D0D0. Windows color (decimal): -8783889 or 15726457. OLE color: 15726457.
HSL color Cylindrical-coordinate representation of color #79F7EF: hue angle of 176.19º 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 #79F7EF is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 247 | 239 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.03 |
| HSL | 176.19º | 0.89% | 0.72% | - |
| HSV(B) | 176.19º | 0.51% | 0.97% | - |
| XYZ | 56.73 | 76.82 | 93.5 | - |
| YUV | 208.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 247 | 239 | 0.51 | 0 | 0.03 | 0.03 | 176.19 | 0.89 | 0.72 |
| Hex | 79 | F7 | EF | 33 | 0 | 3 | 3 | B0 | 59 | 48 |
| Octal | 171 | 367 | 357 | 63 | 0 | 3 | 3 | 260 | 131 | 110 |
| Binary | 1111001 | 11110111 | 11101111 | 110011 | 0 | 11 | 11 | 10110000 | 1011001 | 1001000 |
Color Harmonies of #79F7EF
Complementary color
Monochromatic Colors of #79F7EF
Black with #79F7EF
Text Example
Text Example
White with #79F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F7EF; }
p { color: rgb(121,247,239); }
H1.HeaderClassName
{
color: #79F7EF;
}
.AnyTagClassName
{
color: #79F7EF;
}
</style>
background-color css
<style>
a { background-color: #79F7EF; }
a { background-color: rgb(121,247,239); }
div.DivClassName
{
background-color: #79F7EF;
}
.BgClassName
{
background-color: #79F7EF;
}
</style>
border-color css
<style>
span { border-color: #79F7EF; }
span { border-color: rgb(121,247,239); }
td.TdClassName
{
border-color: #79F7EF;
}
.TagClassName
{
border-color: #79F7EF;
}
</style>