Shades of Vista Blue #A9D5BF
Tints of Vista Blue #A9D5BF
RGB
CMYK
RGB Variations
Color information
#A9D5BF (or 0xA9D5BF) is known color: Vista Blue. HEX triplet: A9, D5 and BF. RGB value is (169,213,191). Sum of RGB (Red+Green+Blue) = 169+213+191=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5BF is #562A40. Grayscale: #C5C5C5. Windows color (decimal): -5646913 or 12572073. OLE color: 12572073.
HSL color Cylindrical-coordinate representation of color #A9D5BF: hue angle of 150º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5BF is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 191 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.16 |
| HSL | 150º | 0.34% | 0.75% | - |
| HSV(B) | 150º | 0.21% | 0.84% | - |
| XYZ | 49.56 | 59.79 | 58.22 | - |
| YUV | 197.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 191 | 0.21 | 0 | 0.10 | 0.16 | 150 | 0.34 | 0.75 |
| Hex | A9 | D5 | BF | 15 | 0 | A | 10 | 96 | 22 | 4B |
| Octal | 251 | 325 | 277 | 25 | 0 | 12 | 20 | 226 | 42 | 113 |
| Binary | 10101001 | 11010101 | 10111111 | 10101 | 0 | 1010 | 10000 | 10010110 | 100010 | 1001011 |
Color Harmonies of #A9D5BF
Complementary color
Monochromatic Colors of #A9D5BF
Black with #A9D5BF
Text Example
Text Example
White with #A9D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D5BF; }
p { color: rgb(169,213,191); }
H1.HeaderClassName
{
color: #A9D5BF;
}
.AnyTagClassName
{
color: #A9D5BF;
}
</style>
background-color css
<style>
a { background-color: #A9D5BF; }
a { background-color: rgb(169,213,191); }
div.DivClassName
{
background-color: #A9D5BF;
}
.BgClassName
{
background-color: #A9D5BF;
}
</style>
border-color css
<style>
span { border-color: #A9D5BF; }
span { border-color: rgb(169,213,191); }
td.TdClassName
{
border-color: #A9D5BF;
}
.TagClassName
{
border-color: #A9D5BF;
}
</style>