Shades of Vista Blue #A0DABB
Tints of Vista Blue #A0DABB
RGB
CMYK
RGB Variations
Color information
#A0DABB (or 0xA0DABB) is known color: Vista Blue. HEX triplet: A0, DA and BB. RGB value is (160,218,187). Sum of RGB (Red+Green+Blue) = 160+218+187=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DABB is #5F2544. Grayscale: #C5C5C5. Windows color (decimal): -6235461 or 12311200. OLE color: 12311200.
HSL color Cylindrical-coordinate representation of color #A0DABB: hue angle of 147.93º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DABB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 187 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.15 |
| HSL | 147.93º | 0.44% | 0.74% | - |
| HSV(B) | 147.93º | 0.27% | 0.85% | - |
| XYZ | 48.54 | 61.2 | 56.27 | - |
| YUV | 197.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 187 | 0.27 | 0 | 0.14 | 0.15 | 147.93 | 0.44 | 0.74 |
| Hex | A0 | DA | BB | 1B | 0 | E | F | 94 | 2C | 4A |
| Octal | 240 | 332 | 273 | 33 | 0 | 16 | 17 | 224 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10111011 | 11011 | 0 | 1110 | 1111 | 10010100 | 101100 | 1001010 |
Color Harmonies of #A0DABB
Complementary color
Monochromatic Colors of #A0DABB
Black with #A0DABB
Text Example
Text Example
White with #A0DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DABB; }
p { color: rgb(160,218,187); }
H1.HeaderClassName
{
color: #A0DABB;
}
.AnyTagClassName
{
color: #A0DABB;
}
</style>
background-color css
<style>
a { background-color: #A0DABB; }
a { background-color: rgb(160,218,187); }
div.DivClassName
{
background-color: #A0DABB;
}
.BgClassName
{
background-color: #A0DABB;
}
</style>
border-color css
<style>
span { border-color: #A0DABB; }
span { border-color: rgb(160,218,187); }
td.TdClassName
{
border-color: #A0DABB;
}
.TagClassName
{
border-color: #A0DABB;
}
</style>