Shades of Vista Blue #A9D9BD
Tints of Vista Blue #A9D9BD
RGB
CMYK
RGB Variations
Color information
#A9D9BD (or 0xA9D9BD) is known color: Vista Blue. HEX triplet: A9, D9 and BD. RGB value is (169,217,189). Sum of RGB (Red+Green+Blue) = 169+217+189=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9BD is #562642. Grayscale: #C7C7C7. Windows color (decimal): -5645891 or 12442025. OLE color: 12442025.
HSL color Cylindrical-coordinate representation of color #A9D9BD: hue angle of 145º 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 #A9D9BD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 189 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.15 |
| HSL | 145º | 0.39% | 0.76% | - |
| HSV(B) | 145º | 0.22% | 0.85% | - |
| XYZ | 50.36 | 61.73 | 57.41 | - |
| YUV | 199.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 189 | 0.22 | 0 | 0.13 | 0.15 | 145 | 0.39 | 0.76 |
| Hex | A9 | D9 | BD | 16 | 0 | D | F | 91 | 27 | 4C |
| Octal | 251 | 331 | 275 | 26 | 0 | 15 | 17 | 221 | 47 | 114 |
| Binary | 10101001 | 11011001 | 10111101 | 10110 | 0 | 1101 | 1111 | 10010001 | 100111 | 1001100 |
Color Harmonies of #A9D9BD
Complementary color
Monochromatic Colors of #A9D9BD
Black with #A9D9BD
Text Example
Text Example
White with #A9D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9BD; }
p { color: rgb(169,217,189); }
H1.HeaderClassName
{
color: #A9D9BD;
}
.AnyTagClassName
{
color: #A9D9BD;
}
</style>
background-color css
<style>
a { background-color: #A9D9BD; }
a { background-color: rgb(169,217,189); }
div.DivClassName
{
background-color: #A9D9BD;
}
.BgClassName
{
background-color: #A9D9BD;
}
</style>
border-color css
<style>
span { border-color: #A9D9BD; }
span { border-color: rgb(169,217,189); }
td.TdClassName
{
border-color: #A9D9BD;
}
.TagClassName
{
border-color: #A9D9BD;
}
</style>