Shades of Vista Blue #AAD8BD
Tints of Vista Blue #AAD8BD
RGB
CMYK
RGB Variations
Color information
#AAD8BD (or 0xAAD8BD) is known color: Vista Blue. HEX triplet: AA, D8 and BD. RGB value is (170,216,189). Sum of RGB (Red+Green+Blue) = 170+216+189=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8BD is #552742. Grayscale: #C7C7C7. Windows color (decimal): -5580611 or 12441770. OLE color: 12441770.
HSL color Cylindrical-coordinate representation of color #AAD8BD: hue angle of 144.78º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8BD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 189 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.15 |
| HSL | 144.78º | 0.37% | 0.76% | - |
| HSV(B) | 144.78º | 0.21% | 0.85% | - |
| XYZ | 50.32 | 61.33 | 57.33 | - |
| YUV | 199.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 189 | 0.21 | 0 | 0.12 | 0.15 | 144.78 | 0.37 | 0.76 |
| Hex | AA | D8 | BD | 15 | 0 | C | F | 91 | 25 | 4C |
| Octal | 252 | 330 | 275 | 25 | 0 | 14 | 17 | 221 | 45 | 114 |
| Binary | 10101010 | 11011000 | 10111101 | 10101 | 0 | 1100 | 1111 | 10010001 | 100101 | 1001100 |
Color Harmonies of #AAD8BD
Complementary color
Monochromatic Colors of #AAD8BD
Black with #AAD8BD
Text Example
Text Example
White with #AAD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8BD; }
p { color: rgb(170,216,189); }
H1.HeaderClassName
{
color: #AAD8BD;
}
.AnyTagClassName
{
color: #AAD8BD;
}
</style>
background-color css
<style>
a { background-color: #AAD8BD; }
a { background-color: rgb(170,216,189); }
div.DivClassName
{
background-color: #AAD8BD;
}
.BgClassName
{
background-color: #AAD8BD;
}
</style>
border-color css
<style>
span { border-color: #AAD8BD; }
span { border-color: rgb(170,216,189); }
td.TdClassName
{
border-color: #AAD8BD;
}
.TagClassName
{
border-color: #AAD8BD;
}
</style>