Shades of Vista Blue #AADDC1
Tints of Vista Blue #AADDC1
RGB
CMYK
RGB Variations
Color information
#AADDC1 (or 0xAADDC1) is known color: Vista Blue. HEX triplet: AA, DD and C1. RGB value is (170,221,193). Sum of RGB (Red+Green+Blue) = 170+221+193=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC1 is #55223E. Grayscale: #CACACA. Windows color (decimal): -5579327 or 12705194. OLE color: 12705194.
HSL color Cylindrical-coordinate representation of color #AADDC1: hue angle of 147.06º degrees, saturation: 0.43, 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 #AADDC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 193 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 147.06º | 0.43% | 0.77% | - |
| HSV(B) | 147.06º | 0.23% | 0.87% | - |
| XYZ | 52.06 | 64.11 | 60.08 | - |
| YUV | 202.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 193 | 0.23 | 0 | 0.13 | 0.13 | 147.06 | 0.43 | 0.77 |
| Hex | AA | DD | C1 | 17 | 0 | D | D | 93 | 2B | 4D |
| Octal | 252 | 335 | 301 | 27 | 0 | 15 | 15 | 223 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11000001 | 10111 | 0 | 1101 | 1101 | 10010011 | 101011 | 1001101 |
Color Harmonies of #AADDC1
Complementary color
Monochromatic Colors of #AADDC1
Black with #AADDC1
Text Example
Text Example
White with #AADDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDC1; }
p { color: rgb(170,221,193); }
H1.HeaderClassName
{
color: #AADDC1;
}
.AnyTagClassName
{
color: #AADDC1;
}
</style>
background-color css
<style>
a { background-color: #AADDC1; }
a { background-color: rgb(170,221,193); }
div.DivClassName
{
background-color: #AADDC1;
}
.BgClassName
{
background-color: #AADDC1;
}
</style>
border-color css
<style>
span { border-color: #AADDC1; }
span { border-color: rgb(170,221,193); }
td.TdClassName
{
border-color: #AADDC1;
}
.TagClassName
{
border-color: #AADDC1;
}
</style>