Shades of Vista Blue #A0DCBB
Tints of Vista Blue #A0DCBB
RGB
CMYK
RGB Variations
Color information
#A0DCBB (or 0xA0DCBB) is known color: Vista Blue. HEX triplet: A0, DC and BB. RGB value is (160,220,187). Sum of RGB (Red+Green+Blue) = 160+220+187=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCBB is #5F2344. Grayscale: #C6C6C6. Windows color (decimal): -6234949 or 12311712. OLE color: 12311712.
HSL color Cylindrical-coordinate representation of color #A0DCBB: hue angle of 147º 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 #A0DCBB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 187 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.14 |
| HSL | 147º | 0.46% | 0.75% | - |
| HSV(B) | 147º | 0.27% | 0.86% | - |
| XYZ | 49.06 | 62.25 | 56.44 | - |
| YUV | 198.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 187 | 0.27 | 0 | 0.15 | 0.14 | 147 | 0.46 | 0.75 |
| Hex | A0 | DC | BB | 1B | 0 | F | E | 93 | 2E | 4B |
| Octal | 240 | 334 | 273 | 33 | 0 | 17 | 16 | 223 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10111011 | 11011 | 0 | 1111 | 1110 | 10010011 | 101110 | 1001011 |
Color Harmonies of #A0DCBB
Complementary color
Monochromatic Colors of #A0DCBB
Black with #A0DCBB
Text Example
Text Example
White with #A0DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCBB; }
p { color: rgb(160,220,187); }
H1.HeaderClassName
{
color: #A0DCBB;
}
.AnyTagClassName
{
color: #A0DCBB;
}
</style>
background-color css
<style>
a { background-color: #A0DCBB; }
a { background-color: rgb(160,220,187); }
div.DivClassName
{
background-color: #A0DCBB;
}
.BgClassName
{
background-color: #A0DCBB;
}
</style>
border-color css
<style>
span { border-color: #A0DCBB; }
span { border-color: rgb(160,220,187); }
td.TdClassName
{
border-color: #A0DCBB;
}
.TagClassName
{
border-color: #A0DCBB;
}
</style>