Shades of Vista Blue #AADAC1
Tints of Vista Blue #AADAC1
RGB
CMYK
RGB Variations
Color information
#AADAC1 (or 0xAADAC1) is known color: Vista Blue. HEX triplet: AA, DA and C1. RGB value is (170,218,193). Sum of RGB (Red+Green+Blue) = 170+218+193=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC1 is #55253E. Grayscale: #C8C8C8. Windows color (decimal): -5580095 or 12704426. OLE color: 12704426.
HSL color Cylindrical-coordinate representation of color #AADAC1: hue angle of 148.75º 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 #AADAC1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 193 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 148.75º | 0.39% | 0.76% | - |
| HSV(B) | 148.75º | 0.22% | 0.85% | - |
| XYZ | 51.27 | 62.54 | 59.82 | - |
| YUV | 200.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 193 | 0.22 | 0 | 0.11 | 0.15 | 148.75 | 0.39 | 0.76 |
| Hex | AA | DA | C1 | 16 | 0 | B | F | 95 | 27 | 4C |
| Octal | 252 | 332 | 301 | 26 | 0 | 13 | 17 | 225 | 47 | 114 |
| Binary | 10101010 | 11011010 | 11000001 | 10110 | 0 | 1011 | 1111 | 10010101 | 100111 | 1001100 |
Color Harmonies of #AADAC1
Complementary color
Monochromatic Colors of #AADAC1
Black with #AADAC1
Text Example
Text Example
White with #AADAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAC1; }
p { color: rgb(170,218,193); }
H1.HeaderClassName
{
color: #AADAC1;
}
.AnyTagClassName
{
color: #AADAC1;
}
</style>
background-color css
<style>
a { background-color: #AADAC1; }
a { background-color: rgb(170,218,193); }
div.DivClassName
{
background-color: #AADAC1;
}
.BgClassName
{
background-color: #AADAC1;
}
</style>
border-color css
<style>
span { border-color: #AADAC1; }
span { border-color: rgb(170,218,193); }
td.TdClassName
{
border-color: #AADAC1;
}
.TagClassName
{
border-color: #AADAC1;
}
</style>