Shades of Vista Blue #A9DDC0
Tints of Vista Blue #A9DDC0
RGB
CMYK
RGB Variations
Color information
#A9DDC0 (or 0xA9DDC0) is known color: Vista Blue. HEX triplet: A9, DD and C0. RGB value is (169,221,192). Sum of RGB (Red+Green+Blue) = 169+221+192=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDC0 is #56223F. Grayscale: #CACACA. Windows color (decimal): -5644864 or 12639657. OLE color: 12639657.
HSL color Cylindrical-coordinate representation of color #A9DDC0: hue angle of 146.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDC0 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 192 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.13 |
| HSL | 146.54º | 0.43% | 0.76% | - |
| HSV(B) | 146.54º | 0.24% | 0.87% | - |
| XYZ | 51.73 | 63.95 | 59.49 | - |
| YUV | 202.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 192 | 0.24 | 0 | 0.13 | 0.13 | 146.54 | 0.43 | 0.76 |
| Hex | A9 | DD | C0 | 18 | 0 | D | D | 93 | 2B | 4C |
| Octal | 251 | 335 | 300 | 30 | 0 | 15 | 15 | 223 | 53 | 114 |
| Binary | 10101001 | 11011101 | 11000000 | 11000 | 0 | 1101 | 1101 | 10010011 | 101011 | 1001100 |
Color Harmonies of #A9DDC0
Complementary color
Monochromatic Colors of #A9DDC0
Black with #A9DDC0
Text Example
Text Example
White with #A9DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDC0; }
p { color: rgb(169,221,192); }
H1.HeaderClassName
{
color: #A9DDC0;
}
.AnyTagClassName
{
color: #A9DDC0;
}
</style>
background-color css
<style>
a { background-color: #A9DDC0; }
a { background-color: rgb(169,221,192); }
div.DivClassName
{
background-color: #A9DDC0;
}
.BgClassName
{
background-color: #A9DDC0;
}
</style>
border-color css
<style>
span { border-color: #A9DDC0; }
span { border-color: rgb(169,221,192); }
td.TdClassName
{
border-color: #A9DDC0;
}
.TagClassName
{
border-color: #A9DDC0;
}
</style>