Shades of Vista Blue #A0DDBA
Tints of Vista Blue #A0DDBA
RGB
CMYK
RGB Variations
Color information
#A0DDBA (or 0xA0DDBA) is known color: Vista Blue. HEX triplet: A0, DD and BA. RGB value is (160,221,186). Sum of RGB (Red+Green+Blue) = 160+221+186=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDBA is #5F2245. Grayscale: #C6C6C6. Windows color (decimal): -6234694 or 12246432. OLE color: 12246432.
HSL color Cylindrical-coordinate representation of color #A0DDBA: hue angle of 145.57º 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 #A0DDBA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 186 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 145.57º | 0.47% | 0.75% | - |
| HSV(B) | 145.57º | 0.28% | 0.87% | - |
| XYZ | 49.22 | 62.73 | 55.97 | - |
| YUV | 198.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 186 | 0.28 | 0 | 0.16 | 0.13 | 145.57 | 0.47 | 0.75 |
| Hex | A0 | DD | BA | 1C | 0 | 10 | D | 92 | 2F | 4B |
| Octal | 240 | 335 | 272 | 34 | 0 | 20 | 15 | 222 | 57 | 113 |
| Binary | 10100000 | 11011101 | 10111010 | 11100 | 0 | 10000 | 1101 | 10010010 | 101111 | 1001011 |
Color Harmonies of #A0DDBA
Complementary color
Monochromatic Colors of #A0DDBA
Black with #A0DDBA
Text Example
Text Example
White with #A0DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDBA; }
p { color: rgb(160,221,186); }
H1.HeaderClassName
{
color: #A0DDBA;
}
.AnyTagClassName
{
color: #A0DDBA;
}
</style>
background-color css
<style>
a { background-color: #A0DDBA; }
a { background-color: rgb(160,221,186); }
div.DivClassName
{
background-color: #A0DDBA;
}
.BgClassName
{
background-color: #A0DDBA;
}
</style>
border-color css
<style>
span { border-color: #A0DDBA; }
span { border-color: rgb(160,221,186); }
td.TdClassName
{
border-color: #A0DDBA;
}
.TagClassName
{
border-color: #A0DDBA;
}
</style>