Shades of Vista Blue #AADABF
Tints of Vista Blue #AADABF
RGB
CMYK
RGB Variations
Color information
#AADABF (or 0xAADABF) is known color: Vista Blue. HEX triplet: AA, DA and BF. RGB value is (170,218,191). Sum of RGB (Red+Green+Blue) = 170+218+191=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #AADABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADABF is #552540. Grayscale: #C8C8C8. Windows color (decimal): -5580097 or 12573354. OLE color: 12573354.
HSL color Cylindrical-coordinate representation of color #AADABF: hue angle of 146.25º degrees, saturation: 0.39, 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 #AADABF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 191 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.15 |
| HSL | 146.25º | 0.39% | 0.76% | - |
| HSV(B) | 146.25º | 0.22% | 0.85% | - |
| XYZ | 51.05 | 62.45 | 58.65 | - |
| YUV | 200.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 191 | 0.22 | 0 | 0.12 | 0.15 | 146.25 | 0.39 | 0.76 |
| Hex | AA | DA | BF | 16 | 0 | C | F | 92 | 27 | 4C |
| Octal | 252 | 332 | 277 | 26 | 0 | 14 | 17 | 222 | 47 | 114 |
| Binary | 10101010 | 11011010 | 10111111 | 10110 | 0 | 1100 | 1111 | 10010010 | 100111 | 1001100 |
Color Harmonies of #AADABF
Complementary color
Monochromatic Colors of #AADABF
Black with #AADABF
Text Example
Text Example
White with #AADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADABF; }
p { color: rgb(170,218,191); }
H1.HeaderClassName
{
color: #AADABF;
}
.AnyTagClassName
{
color: #AADABF;
}
</style>
background-color css
<style>
a { background-color: #AADABF; }
a { background-color: rgb(170,218,191); }
div.DivClassName
{
background-color: #AADABF;
}
.BgClassName
{
background-color: #AADABF;
}
</style>
border-color css
<style>
span { border-color: #AADABF; }
span { border-color: rgb(170,218,191); }
td.TdClassName
{
border-color: #AADABF;
}
.TagClassName
{
border-color: #AADABF;
}
</style>