Shades of Vista Blue #AAD6BB
Tints of Vista Blue #AAD6BB
RGB
CMYK
RGB Variations
Color information
#AAD6BB (or 0xAAD6BB) is known color: Vista Blue. HEX triplet: AA, D6 and BB. RGB value is (170,214,187). Sum of RGB (Red+Green+Blue) = 170+214+187=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6BB is #552944. Grayscale: #C5C5C5. Windows color (decimal): -5581125 or 12310186. OLE color: 12310186.
HSL color Cylindrical-coordinate representation of color #AAD6BB: hue angle of 143.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6BB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 187 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.16 |
| HSL | 143.18º | 0.35% | 0.75% | - |
| HSV(B) | 143.18º | 0.21% | 0.84% | - |
| XYZ | 49.59 | 60.23 | 56.02 | - |
| YUV | 197.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 187 | 0.21 | 0 | 0.13 | 0.16 | 143.18 | 0.35 | 0.75 |
| Hex | AA | D6 | BB | 15 | 0 | D | 10 | 8F | 23 | 4B |
| Octal | 252 | 326 | 273 | 25 | 0 | 15 | 20 | 217 | 43 | 113 |
| Binary | 10101010 | 11010110 | 10111011 | 10101 | 0 | 1101 | 10000 | 10001111 | 100011 | 1001011 |
Color Harmonies of #AAD6BB
Complementary color
Monochromatic Colors of #AAD6BB
Black with #AAD6BB
Text Example
Text Example
White with #AAD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6BB; }
p { color: rgb(170,214,187); }
H1.HeaderClassName
{
color: #AAD6BB;
}
.AnyTagClassName
{
color: #AAD6BB;
}
</style>
background-color css
<style>
a { background-color: #AAD6BB; }
a { background-color: rgb(170,214,187); }
div.DivClassName
{
background-color: #AAD6BB;
}
.BgClassName
{
background-color: #AAD6BB;
}
</style>
border-color css
<style>
span { border-color: #AAD6BB; }
span { border-color: rgb(170,214,187); }
td.TdClassName
{
border-color: #AAD6BB;
}
.TagClassName
{
border-color: #AAD6BB;
}
</style>