Shades of Vista Blue #A9DBBD
Tints of Vista Blue #A9DBBD
RGB
CMYK
RGB Variations
Color information
#A9DBBD (or 0xA9DBBD) is known color: Vista Blue. HEX triplet: A9, DB and BD. RGB value is (169,219,189). Sum of RGB (Red+Green+Blue) = 169+219+189=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBBD is #562442. Grayscale: #C8C8C8. Windows color (decimal): -5645379 or 12442537. OLE color: 12442537.
HSL color Cylindrical-coordinate representation of color #A9DBBD: hue angle of 144º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBBD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 189 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.14 |
| HSL | 144º | 0.41% | 0.76% | - |
| HSV(B) | 144º | 0.23% | 0.86% | - |
| XYZ | 50.88 | 62.77 | 57.58 | - |
| YUV | 200.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 189 | 0.23 | 0 | 0.14 | 0.14 | 144 | 0.41 | 0.76 |
| Hex | A9 | DB | BD | 17 | 0 | E | E | 90 | 29 | 4C |
| Octal | 251 | 333 | 275 | 27 | 0 | 16 | 16 | 220 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10111101 | 10111 | 0 | 1110 | 1110 | 10010000 | 101001 | 1001100 |
Color Harmonies of #A9DBBD
Complementary color
Monochromatic Colors of #A9DBBD
Black with #A9DBBD
Text Example
Text Example
White with #A9DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBBD; }
p { color: rgb(169,219,189); }
H1.HeaderClassName
{
color: #A9DBBD;
}
.AnyTagClassName
{
color: #A9DBBD;
}
</style>
background-color css
<style>
a { background-color: #A9DBBD; }
a { background-color: rgb(169,219,189); }
div.DivClassName
{
background-color: #A9DBBD;
}
.BgClassName
{
background-color: #A9DBBD;
}
</style>
border-color css
<style>
span { border-color: #A9DBBD; }
span { border-color: rgb(169,219,189); }
td.TdClassName
{
border-color: #A9DBBD;
}
.TagClassName
{
border-color: #A9DBBD;
}
</style>