Shades of Vista Blue #A0DDB9
Tints of Vista Blue #A0DDB9
RGB
CMYK
RGB Variations
Color information
#A0DDB9 (or 0xA0DDB9) is known color: Vista Blue. HEX triplet: A0, DD and B9. RGB value is (160,221,185). Sum of RGB (Red+Green+Blue) = 160+221+185=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDB9 is #5F2246. Grayscale: #C6C6C6. Windows color (decimal): -6234695 or 12180896. OLE color: 12180896.
HSL color Cylindrical-coordinate representation of color #A0DDB9: hue angle of 144.59º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDB9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 185 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 144.59º | 0.47% | 0.75% | - |
| HSV(B) | 144.59º | 0.28% | 0.87% | - |
| XYZ | 49.11 | 62.69 | 55.41 | - |
| YUV | 198.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 185 | 0.28 | 0 | 0.16 | 0.13 | 144.59 | 0.47 | 0.75 |
| Hex | A0 | DD | B9 | 1C | 0 | 10 | D | 91 | 2F | 4B |
| Octal | 240 | 335 | 271 | 34 | 0 | 20 | 15 | 221 | 57 | 113 |
| Binary | 10100000 | 11011101 | 10111001 | 11100 | 0 | 10000 | 1101 | 10010001 | 101111 | 1001011 |
Color Harmonies of #A0DDB9
Complementary color
Monochromatic Colors of #A0DDB9
Black with #A0DDB9
Text Example
Text Example
White with #A0DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDB9; }
p { color: rgb(160,221,185); }
H1.HeaderClassName
{
color: #A0DDB9;
}
.AnyTagClassName
{
color: #A0DDB9;
}
</style>
background-color css
<style>
a { background-color: #A0DDB9; }
a { background-color: rgb(160,221,185); }
div.DivClassName
{
background-color: #A0DDB9;
}
.BgClassName
{
background-color: #A0DDB9;
}
</style>
border-color css
<style>
span { border-color: #A0DDB9; }
span { border-color: rgb(160,221,185); }
td.TdClassName
{
border-color: #A0DDB9;
}
.TagClassName
{
border-color: #A0DDB9;
}
</style>