Shades of Electric Blue #79F7E8
Tints of Electric Blue #79F7E8
RGB
CMYK
RGB Variations
Color information
#79F7E8 (or 0x79F7E8) is known color: Electric Blue. HEX triplet: 79, F7 and E8. RGB value is (121,247,232). Sum of RGB (Red+Green+Blue) = 121+247+232=600 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.17% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #79F7E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F7E8 is #860817. Grayscale: #CFCFCF. Windows color (decimal): -8783896 or 15267705. OLE color: 15267705.
HSL color Cylindrical-coordinate representation of color #79F7E8: hue angle of 172.86º 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 #79F7E8 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 247 | 232 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.03 |
| HSL | 172.86º | 0.89% | 0.72% | - |
| HSV(B) | 172.86º | 0.51% | 0.97% | - |
| XYZ | 55.71 | 76.41 | 88.16 | - |
| YUV | 207.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 247 | 232 | 0.51 | 0 | 0.06 | 0.03 | 172.86 | 0.89 | 0.72 |
| Hex | 79 | F7 | E8 | 33 | 0 | 6 | 3 | AD | 59 | 48 |
| Octal | 171 | 367 | 350 | 63 | 0 | 6 | 3 | 255 | 131 | 110 |
| Binary | 1111001 | 11110111 | 11101000 | 110011 | 0 | 110 | 11 | 10101101 | 1011001 | 1001000 |
Color Harmonies of #79F7E8
Complementary color
Monochromatic Colors of #79F7E8
Black with #79F7E8
Text Example
Text Example
White with #79F7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F7E8; }
p { color: rgb(121,247,232); }
H1.HeaderClassName
{
color: #79F7E8;
}
.AnyTagClassName
{
color: #79F7E8;
}
</style>
background-color css
<style>
a { background-color: #79F7E8; }
a { background-color: rgb(121,247,232); }
div.DivClassName
{
background-color: #79F7E8;
}
.BgClassName
{
background-color: #79F7E8;
}
</style>
border-color css
<style>
span { border-color: #79F7E8; }
span { border-color: rgb(121,247,232); }
td.TdClassName
{
border-color: #79F7E8;
}
.TagClassName
{
border-color: #79F7E8;
}
</style>