Shades of Vista Blue #AADEC0
Tints of Vista Blue #AADEC0
RGB
CMYK
RGB Variations
Color information
#AADEC0 (or 0xAADEC0) is known color: Vista Blue. HEX triplet: AA, DE and C0. RGB value is (170,222,192). Sum of RGB (Red+Green+Blue) = 170+222+192=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC0 is #55213F. Grayscale: #CBCBCB. Windows color (decimal): -5579072 or 12639914. OLE color: 12639914.
HSL color Cylindrical-coordinate representation of color #AADEC0: hue angle of 145.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 192 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 145.38º | 0.44% | 0.77% | - |
| HSV(B) | 145.38º | 0.23% | 0.87% | - |
| XYZ | 52.21 | 64.59 | 59.59 | - |
| YUV | 203.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 192 | 0.23 | 0 | 0.14 | 0.13 | 145.38 | 0.44 | 0.77 |
| Hex | AA | DE | C0 | 17 | 0 | E | D | 91 | 2C | 4D |
| Octal | 252 | 336 | 300 | 27 | 0 | 16 | 15 | 221 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11000000 | 10111 | 0 | 1110 | 1101 | 10010001 | 101100 | 1001101 |
Color Harmonies of #AADEC0
Complementary color
Monochromatic Colors of #AADEC0
Black with #AADEC0
Text Example
Text Example
White with #AADEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEC0; }
p { color: rgb(170,222,192); }
H1.HeaderClassName
{
color: #AADEC0;
}
.AnyTagClassName
{
color: #AADEC0;
}
</style>
background-color css
<style>
a { background-color: #AADEC0; }
a { background-color: rgb(170,222,192); }
div.DivClassName
{
background-color: #AADEC0;
}
.BgClassName
{
background-color: #AADEC0;
}
</style>
border-color css
<style>
span { border-color: #AADEC0; }
span { border-color: rgb(170,222,192); }
td.TdClassName
{
border-color: #AADEC0;
}
.TagClassName
{
border-color: #AADEC0;
}
</style>