Shades of Vista Blue #7AECAF
Tints of Vista Blue #7AECAF
RGB
CMYK
RGB Variations
Color information
#7AECAF (or 0x7AECAF) is known color: Vista Blue. HEX triplet: 7A, EC and AF. RGB value is (122,236,175). Sum of RGB (Red+Green+Blue) = 122+236+175=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AECAF is #851350. Grayscale: #C3C3C3. Windows color (decimal): -8721233 or 11529338. OLE color: 11529338.
HSL color Cylindrical-coordinate representation of color #7AECAF: hue angle of 147.89º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECAF is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 175 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.07 |
| HSL | 147.89º | 0.75% | 0.7% | - |
| HSV(B) | 147.89º | 0.48% | 0.93% | - |
| XYZ | 45.76 | 67.22 | 51.12 | - |
| YUV | 194.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 175 | 0.48 | 0 | 0.26 | 0.07 | 147.89 | 0.75 | 0.7 |
| Hex | 7A | EC | AF | 30 | 0 | 1A | 7 | 94 | 4B | 46 |
| Octal | 172 | 354 | 257 | 60 | 0 | 32 | 7 | 224 | 113 | 106 |
| Binary | 1111010 | 11101100 | 10101111 | 110000 | 0 | 11010 | 111 | 10010100 | 1001011 | 1000110 |
Color Harmonies of #7AECAF
Complementary color
Monochromatic Colors of #7AECAF
Black with #7AECAF
Text Example
Text Example
White with #7AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECAF; }
p { color: rgb(122,236,175); }
H1.HeaderClassName
{
color: #7AECAF;
}
.AnyTagClassName
{
color: #7AECAF;
}
</style>
background-color css
<style>
a { background-color: #7AECAF; }
a { background-color: rgb(122,236,175); }
div.DivClassName
{
background-color: #7AECAF;
}
.BgClassName
{
background-color: #7AECAF;
}
</style>
border-color css
<style>
span { border-color: #7AECAF; }
span { border-color: rgb(122,236,175); }
td.TdClassName
{
border-color: #7AECAF;
}
.TagClassName
{
border-color: #7AECAF;
}
</style>