Shades of Vista Blue #AAD9C1
Tints of Vista Blue #AAD9C1
RGB
CMYK
RGB Variations
Color information
#AAD9C1 (or 0xAAD9C1) is known color: Vista Blue. HEX triplet: AA, D9 and C1. RGB value is (170,217,193). Sum of RGB (Red+Green+Blue) = 170+217+193=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C1 is #55263E. Grayscale: #C8C8C8. Windows color (decimal): -5580351 or 12704170. OLE color: 12704170.
HSL color Cylindrical-coordinate representation of color #AAD9C1: hue angle of 149.36º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9C1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 193 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 149.36º | 0.38% | 0.76% | - |
| HSV(B) | 149.36º | 0.22% | 0.85% | - |
| XYZ | 51.02 | 62.02 | 59.73 | - |
| YUV | 200.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 193 | 0.22 | 0 | 0.11 | 0.15 | 149.36 | 0.38 | 0.76 |
| Hex | AA | D9 | C1 | 16 | 0 | B | F | 95 | 26 | 4C |
| Octal | 252 | 331 | 301 | 26 | 0 | 13 | 17 | 225 | 46 | 114 |
| Binary | 10101010 | 11011001 | 11000001 | 10110 | 0 | 1011 | 1111 | 10010101 | 100110 | 1001100 |
Color Harmonies of #AAD9C1
Complementary color
Monochromatic Colors of #AAD9C1
Black with #AAD9C1
Text Example
Text Example
White with #AAD9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9C1; }
p { color: rgb(170,217,193); }
H1.HeaderClassName
{
color: #AAD9C1;
}
.AnyTagClassName
{
color: #AAD9C1;
}
</style>
background-color css
<style>
a { background-color: #AAD9C1; }
a { background-color: rgb(170,217,193); }
div.DivClassName
{
background-color: #AAD9C1;
}
.BgClassName
{
background-color: #AAD9C1;
}
</style>
border-color css
<style>
span { border-color: #AAD9C1; }
span { border-color: rgb(170,217,193); }
td.TdClassName
{
border-color: #AAD9C1;
}
.TagClassName
{
border-color: #AAD9C1;
}
</style>