Shades of Vista Blue #AADBC0
Tints of Vista Blue #AADBC0
RGB
CMYK
RGB Variations
Color information
#AADBC0 (or 0xAADBC0) is known color: Vista Blue. HEX triplet: AA, DB and C0. RGB value is (170,219,192). Sum of RGB (Red+Green+Blue) = 170+219+192=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBC0 is #55243F. Grayscale: #C9C9C9. Windows color (decimal): -5579840 or 12639146. OLE color: 12639146.
HSL color Cylindrical-coordinate representation of color #AADBC0: hue angle of 146.94º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 192 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.14 |
| HSL | 146.94º | 0.4% | 0.76% | - |
| HSV(B) | 146.94º | 0.22% | 0.86% | - |
| XYZ | 51.42 | 63.01 | 59.32 | - |
| YUV | 201.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 192 | 0.22 | 0 | 0.12 | 0.14 | 146.94 | 0.4 | 0.76 |
| Hex | AA | DB | C0 | 16 | 0 | C | E | 93 | 28 | 4C |
| Octal | 252 | 333 | 300 | 26 | 0 | 14 | 16 | 223 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11000000 | 10110 | 0 | 1100 | 1110 | 10010011 | 101000 | 1001100 |
Color Harmonies of #AADBC0
Complementary color
Monochromatic Colors of #AADBC0
Black with #AADBC0
Text Example
Text Example
White with #AADBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBC0; }
p { color: rgb(170,219,192); }
H1.HeaderClassName
{
color: #AADBC0;
}
.AnyTagClassName
{
color: #AADBC0;
}
</style>
background-color css
<style>
a { background-color: #AADBC0; }
a { background-color: rgb(170,219,192); }
div.DivClassName
{
background-color: #AADBC0;
}
.BgClassName
{
background-color: #AADBC0;
}
</style>
border-color css
<style>
span { border-color: #AADBC0; }
span { border-color: rgb(170,219,192); }
td.TdClassName
{
border-color: #AADBC0;
}
.TagClassName
{
border-color: #AADBC0;
}
</style>