Shades of Vista Blue #AADCC2
Tints of Vista Blue #AADCC2
RGB
CMYK
RGB Variations
Color information
#AADCC2 (or 0xAADCC2) is known color: Vista Blue. HEX triplet: AA, DC and C2. RGB value is (170,220,194). Sum of RGB (Red+Green+Blue) = 170+220+194=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC2 is #55233D. Grayscale: #CACACA. Windows color (decimal): -5579582 or 12770474. OLE color: 12770474.
HSL color Cylindrical-coordinate representation of color #AADCC2: hue angle of 148.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 194 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.14 |
| HSL | 148.8º | 0.42% | 0.76% | - |
| HSV(B) | 148.8º | 0.23% | 0.86% | - |
| XYZ | 51.91 | 63.63 | 60.58 | - |
| YUV | 202.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 194 | 0.23 | 0 | 0.12 | 0.14 | 148.8 | 0.42 | 0.76 |
| Hex | AA | DC | C2 | 17 | 0 | C | E | 95 | 2A | 4C |
| Octal | 252 | 334 | 302 | 27 | 0 | 14 | 16 | 225 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11000010 | 10111 | 0 | 1100 | 1110 | 10010101 | 101010 | 1001100 |
Color Harmonies of #AADCC2
Complementary color
Monochromatic Colors of #AADCC2
Black with #AADCC2
Text Example
Text Example
White with #AADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCC2; }
p { color: rgb(170,220,194); }
H1.HeaderClassName
{
color: #AADCC2;
}
.AnyTagClassName
{
color: #AADCC2;
}
</style>
background-color css
<style>
a { background-color: #AADCC2; }
a { background-color: rgb(170,220,194); }
div.DivClassName
{
background-color: #AADCC2;
}
.BgClassName
{
background-color: #AADCC2;
}
</style>
border-color css
<style>
span { border-color: #AADCC2; }
span { border-color: rgb(170,220,194); }
td.TdClassName
{
border-color: #AADCC2;
}
.TagClassName
{
border-color: #AADCC2;
}
</style>