Shades of Vista Blue #A9DDBF
Tints of Vista Blue #A9DDBF
RGB
CMYK
RGB Variations
Color information
#A9DDBF (or 0xA9DDBF) is known color: Vista Blue. HEX triplet: A9, DD and BF. RGB value is (169,221,191). Sum of RGB (Red+Green+Blue) = 169+221+191=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDBF is #562240. Grayscale: #CACACA. Windows color (decimal): -5644865 or 12574121. OLE color: 12574121.
HSL color Cylindrical-coordinate representation of color #A9DDBF: hue angle of 145.38º 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 #A9DDBF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 191 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.13 |
| HSL | 145.38º | 0.43% | 0.76% | - |
| HSV(B) | 145.38º | 0.24% | 0.87% | - |
| XYZ | 51.62 | 63.91 | 58.91 | - |
| YUV | 202.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 191 | 0.24 | 0 | 0.14 | 0.13 | 145.38 | 0.43 | 0.76 |
| Hex | A9 | DD | BF | 18 | 0 | E | D | 91 | 2B | 4C |
| Octal | 251 | 335 | 277 | 30 | 0 | 16 | 15 | 221 | 53 | 114 |
| Binary | 10101001 | 11011101 | 10111111 | 11000 | 0 | 1110 | 1101 | 10010001 | 101011 | 1001100 |
Color Harmonies of #A9DDBF
Complementary color
Monochromatic Colors of #A9DDBF
Black with #A9DDBF
Text Example
Text Example
White with #A9DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDBF; }
p { color: rgb(169,221,191); }
H1.HeaderClassName
{
color: #A9DDBF;
}
.AnyTagClassName
{
color: #A9DDBF;
}
</style>
background-color css
<style>
a { background-color: #A9DDBF; }
a { background-color: rgb(169,221,191); }
div.DivClassName
{
background-color: #A9DDBF;
}
.BgClassName
{
background-color: #A9DDBF;
}
</style>
border-color css
<style>
span { border-color: #A9DDBF; }
span { border-color: rgb(169,221,191); }
td.TdClassName
{
border-color: #A9DDBF;
}
.TagClassName
{
border-color: #A9DDBF;
}
</style>