Shades of Vista Blue #79EBB1
Tints of Vista Blue #79EBB1
RGB
CMYK
RGB Variations
Color information
#79EBB1 (or 0x79EBB1) is known color: Vista Blue. HEX triplet: 79, EB and B1. RGB value is (121,235,177). Sum of RGB (Red+Green+Blue) = 121+235+177=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79EBB1 is #86144E. Grayscale: #C2C2C2. Windows color (decimal): -8787023 or 11660153. OLE color: 11660153.
HSL color Cylindrical-coordinate representation of color #79EBB1: hue angle of 149.47º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EBB1 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 235 | 177 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.08 |
| HSL | 149.47º | 0.74% | 0.7% | - |
| HSV(B) | 149.47º | 0.49% | 0.92% | - |
| XYZ | 45.53 | 66.66 | 52.06 | - |
| YUV | 194.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 235 | 177 | 0.49 | 0 | 0.25 | 0.08 | 149.47 | 0.74 | 0.7 |
| Hex | 79 | EB | B1 | 31 | 0 | 19 | 8 | 95 | 4A | 46 |
| Octal | 171 | 353 | 261 | 61 | 0 | 31 | 10 | 225 | 112 | 106 |
| Binary | 1111001 | 11101011 | 10110001 | 110001 | 0 | 11001 | 1000 | 10010101 | 1001010 | 1000110 |
Color Harmonies of #79EBB1
Complementary color
Monochromatic Colors of #79EBB1
Black with #79EBB1
Text Example
Text Example
White with #79EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EBB1; }
p { color: rgb(121,235,177); }
H1.HeaderClassName
{
color: #79EBB1;
}
.AnyTagClassName
{
color: #79EBB1;
}
</style>
background-color css
<style>
a { background-color: #79EBB1; }
a { background-color: rgb(121,235,177); }
div.DivClassName
{
background-color: #79EBB1;
}
.BgClassName
{
background-color: #79EBB1;
}
</style>
border-color css
<style>
span { border-color: #79EBB1; }
span { border-color: rgb(121,235,177); }
td.TdClassName
{
border-color: #79EBB1;
}
.TagClassName
{
border-color: #79EBB1;
}
</style>