Shades of Vista Blue #A0DCB9
Tints of Vista Blue #A0DCB9
RGB
CMYK
RGB Variations
Color information
#A0DCB9 (or 0xA0DCB9) is known color: Vista Blue. HEX triplet: A0, DC and B9. RGB value is (160,220,185). Sum of RGB (Red+Green+Blue) = 160+220+185=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCB9 is #5F2346. Grayscale: #C6C6C6. Windows color (decimal): -6234951 or 12180640. OLE color: 12180640.
HSL color Cylindrical-coordinate representation of color #A0DCB9: hue angle of 145º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCB9 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 185 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.14 |
| HSL | 145º | 0.46% | 0.75% | - |
| HSV(B) | 145º | 0.27% | 0.86% | - |
| XYZ | 48.85 | 62.16 | 55.32 | - |
| YUV | 198.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 185 | 0.27 | 0 | 0.16 | 0.14 | 145 | 0.46 | 0.75 |
| Hex | A0 | DC | B9 | 1B | 0 | 10 | E | 91 | 2E | 4B |
| Octal | 240 | 334 | 271 | 33 | 0 | 20 | 16 | 221 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10111001 | 11011 | 0 | 10000 | 1110 | 10010001 | 101110 | 1001011 |
Color Harmonies of #A0DCB9
Complementary color
Monochromatic Colors of #A0DCB9
Black with #A0DCB9
Text Example
Text Example
White with #A0DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCB9; }
p { color: rgb(160,220,185); }
H1.HeaderClassName
{
color: #A0DCB9;
}
.AnyTagClassName
{
color: #A0DCB9;
}
</style>
background-color css
<style>
a { background-color: #A0DCB9; }
a { background-color: rgb(160,220,185); }
div.DivClassName
{
background-color: #A0DCB9;
}
.BgClassName
{
background-color: #A0DCB9;
}
</style>
border-color css
<style>
span { border-color: #A0DCB9; }
span { border-color: rgb(160,220,185); }
td.TdClassName
{
border-color: #A0DCB9;
}
.TagClassName
{
border-color: #A0DCB9;
}
</style>