Shades of Vista Blue #AADAC2
Tints of Vista Blue #AADAC2
RGB
CMYK
RGB Variations
Color information
#AADAC2 (or 0xAADAC2) is known color: Vista Blue. HEX triplet: AA, DA and C2. RGB value is (170,218,194). Sum of RGB (Red+Green+Blue) = 170+218+194=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC2 is #55253D. Grayscale: #C8C8C8. Windows color (decimal): -5580094 or 12769962. OLE color: 12769962.
HSL color Cylindrical-coordinate representation of color #AADAC2: hue angle of 150º 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 #AADAC2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 194 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 150º | 0.39% | 0.76% | - |
| HSV(B) | 150º | 0.22% | 0.85% | - |
| XYZ | 51.39 | 62.58 | 60.41 | - |
| YUV | 200.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 194 | 0.22 | 0 | 0.11 | 0.15 | 150 | 0.39 | 0.76 |
| Hex | AA | DA | C2 | 16 | 0 | B | F | 96 | 27 | 4C |
| Octal | 252 | 332 | 302 | 26 | 0 | 13 | 17 | 226 | 47 | 114 |
| Binary | 10101010 | 11011010 | 11000010 | 10110 | 0 | 1011 | 1111 | 10010110 | 100111 | 1001100 |
Color Harmonies of #AADAC2
Complementary color
Monochromatic Colors of #AADAC2
Black with #AADAC2
Text Example
Text Example
White with #AADAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAC2; }
p { color: rgb(170,218,194); }
H1.HeaderClassName
{
color: #AADAC2;
}
.AnyTagClassName
{
color: #AADAC2;
}
</style>
background-color css
<style>
a { background-color: #AADAC2; }
a { background-color: rgb(170,218,194); }
div.DivClassName
{
background-color: #AADAC2;
}
.BgClassName
{
background-color: #AADAC2;
}
</style>
border-color css
<style>
span { border-color: #AADAC2; }
span { border-color: rgb(170,218,194); }
td.TdClassName
{
border-color: #AADAC2;
}
.TagClassName
{
border-color: #AADAC2;
}
</style>