Shades of Vista Blue #A9DBBC
Tints of Vista Blue #A9DBBC
RGB
CMYK
RGB Variations
Color information
#A9DBBC (or 0xA9DBBC) is known color: Vista Blue. HEX triplet: A9, DB and BC. RGB value is (169,219,188). Sum of RGB (Red+Green+Blue) = 169+219+188=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBBC is #562443. Grayscale: #C8C8C8. Windows color (decimal): -5645380 or 12377001. OLE color: 12377001.
HSL color Cylindrical-coordinate representation of color #A9DBBC: hue angle of 142.8º 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 #A9DBBC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 188 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.14 |
| HSL | 142.8º | 0.41% | 0.76% | - |
| HSV(B) | 142.8º | 0.23% | 0.86% | - |
| XYZ | 50.77 | 62.73 | 57.01 | - |
| YUV | 200.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 188 | 0.23 | 0 | 0.14 | 0.14 | 142.8 | 0.41 | 0.76 |
| Hex | A9 | DB | BC | 17 | 0 | E | E | 8F | 29 | 4C |
| Octal | 251 | 333 | 274 | 27 | 0 | 16 | 16 | 217 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10111100 | 10111 | 0 | 1110 | 1110 | 10001111 | 101001 | 1001100 |
Color Harmonies of #A9DBBC
Complementary color
Monochromatic Colors of #A9DBBC
Black with #A9DBBC
Text Example
Text Example
White with #A9DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBBC; }
p { color: rgb(169,219,188); }
H1.HeaderClassName
{
color: #A9DBBC;
}
.AnyTagClassName
{
color: #A9DBBC;
}
</style>
background-color css
<style>
a { background-color: #A9DBBC; }
a { background-color: rgb(169,219,188); }
div.DivClassName
{
background-color: #A9DBBC;
}
.BgClassName
{
background-color: #A9DBBC;
}
</style>
border-color css
<style>
span { border-color: #A9DBBC; }
span { border-color: rgb(169,219,188); }
td.TdClassName
{
border-color: #A9DBBC;
}
.TagClassName
{
border-color: #A9DBBC;
}
</style>