Shades of Vista Blue #A9DBBE
Tints of Vista Blue #A9DBBE
RGB
CMYK
RGB Variations
Color information
#A9DBBE (or 0xA9DBBE) is known color: Vista Blue. HEX triplet: A9, DB and BE. RGB value is (169,219,190). Sum of RGB (Red+Green+Blue) = 169+219+190=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBBE is #562441. Grayscale: #C8C8C8. Windows color (decimal): -5645378 or 12508073. OLE color: 12508073.
HSL color Cylindrical-coordinate representation of color #A9DBBE: hue angle of 145.2º 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 #A9DBBE is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 190 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.14 |
| HSL | 145.2º | 0.41% | 0.76% | - |
| HSV(B) | 145.2º | 0.23% | 0.86% | - |
| XYZ | 50.99 | 62.82 | 58.15 | - |
| YUV | 200.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 190 | 0.23 | 0 | 0.13 | 0.14 | 145.2 | 0.41 | 0.76 |
| Hex | A9 | DB | BE | 17 | 0 | D | E | 91 | 29 | 4C |
| Octal | 251 | 333 | 276 | 27 | 0 | 15 | 16 | 221 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10111110 | 10111 | 0 | 1101 | 1110 | 10010001 | 101001 | 1001100 |
Color Harmonies of #A9DBBE
Complementary color
Monochromatic Colors of #A9DBBE
Black with #A9DBBE
Text Example
Text Example
White with #A9DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBBE; }
p { color: rgb(169,219,190); }
H1.HeaderClassName
{
color: #A9DBBE;
}
.AnyTagClassName
{
color: #A9DBBE;
}
</style>
background-color css
<style>
a { background-color: #A9DBBE; }
a { background-color: rgb(169,219,190); }
div.DivClassName
{
background-color: #A9DBBE;
}
.BgClassName
{
background-color: #A9DBBE;
}
</style>
border-color css
<style>
span { border-color: #A9DBBE; }
span { border-color: rgb(169,219,190); }
td.TdClassName
{
border-color: #A9DBBE;
}
.TagClassName
{
border-color: #A9DBBE;
}
</style>