Shades of Electric Blue #79F3E7
Tints of Electric Blue #79F3E7
RGB
CMYK
RGB Variations
Color information
#79F3E7 (or 0x79F3E7) is known color: Electric Blue. HEX triplet: 79, F3 and E7. RGB value is (121,243,231). Sum of RGB (Red+Green+Blue) = 121+243+231=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #79F3E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F3E7 is #860C18. Grayscale: #CDCDCD. Windows color (decimal): -8784921 or 15201145. OLE color: 15201145.
HSL color Cylindrical-coordinate representation of color #79F3E7: hue angle of 174.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F3E7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 243 | 231 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.05 |
| HSL | 174.1º | 0.84% | 0.71% | - |
| HSV(B) | 174.1º | 0.5% | 0.95% | - |
| XYZ | 54.36 | 73.94 | 87.01 | - |
| YUV | 205.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 243 | 231 | 0.50 | 0 | 0.05 | 0.05 | 174.1 | 0.84 | 0.71 |
| Hex | 79 | F3 | E7 | 32 | 0 | 5 | 5 | AE | 54 | 47 |
| Octal | 171 | 363 | 347 | 62 | 0 | 5 | 5 | 256 | 124 | 107 |
| Binary | 1111001 | 11110011 | 11100111 | 110010 | 0 | 101 | 101 | 10101110 | 1010100 | 1000111 |
Color Harmonies of #79F3E7
Complementary color
Monochromatic Colors of #79F3E7
Black with #79F3E7
Text Example
Text Example
White with #79F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F3E7; }
p { color: rgb(121,243,231); }
H1.HeaderClassName
{
color: #79F3E7;
}
.AnyTagClassName
{
color: #79F3E7;
}
</style>
background-color css
<style>
a { background-color: #79F3E7; }
a { background-color: rgb(121,243,231); }
div.DivClassName
{
background-color: #79F3E7;
}
.BgClassName
{
background-color: #79F3E7;
}
</style>
border-color css
<style>
span { border-color: #79F3E7; }
span { border-color: rgb(121,243,231); }
td.TdClassName
{
border-color: #79F3E7;
}
.TagClassName
{
border-color: #79F3E7;
}
</style>