Shades of Vista Blue #A9D4BD
Tints of Vista Blue #A9D4BD
RGB
CMYK
RGB Variations
Color information
#A9D4BD (or 0xA9D4BD) is known color: Vista Blue. HEX triplet: A9, D4 and BD. RGB value is (169,212,189). Sum of RGB (Red+Green+Blue) = 169+212+189=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4BD is #562B42. Grayscale: #C4C4C4. Windows color (decimal): -5647171 or 12440745. OLE color: 12440745.
HSL color Cylindrical-coordinate representation of color #A9D4BD: hue angle of 147.91º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D4BD is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 212 | 189 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.17 |
| HSL | 147.91º | 0.33% | 0.75% | - |
| HSV(B) | 147.91º | 0.2% | 0.83% | - |
| XYZ | 49.09 | 59.2 | 56.98 | - |
| YUV | 196.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 189 | 0.20 | 0 | 0.11 | 0.17 | 147.91 | 0.33 | 0.75 |
| Hex | A9 | D4 | BD | 14 | 0 | B | 11 | 94 | 21 | 4B |
| Octal | 251 | 324 | 275 | 24 | 0 | 13 | 21 | 224 | 41 | 113 |
| Binary | 10101001 | 11010100 | 10111101 | 10100 | 0 | 1011 | 10001 | 10010100 | 100001 | 1001011 |
Color Harmonies of #A9D4BD
Complementary color
Monochromatic Colors of #A9D4BD
Black with #A9D4BD
Text Example
Text Example
White with #A9D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D4BD; }
p { color: rgb(169,212,189); }
H1.HeaderClassName
{
color: #A9D4BD;
}
.AnyTagClassName
{
color: #A9D4BD;
}
</style>
background-color css
<style>
a { background-color: #A9D4BD; }
a { background-color: rgb(169,212,189); }
div.DivClassName
{
background-color: #A9D4BD;
}
.BgClassName
{
background-color: #A9D4BD;
}
</style>
border-color css
<style>
span { border-color: #A9D4BD; }
span { border-color: rgb(169,212,189); }
td.TdClassName
{
border-color: #A9D4BD;
}
.TagClassName
{
border-color: #A9D4BD;
}
</style>