Shades of Vista Blue #A0DABD
Tints of Vista Blue #A0DABD
RGB
CMYK
RGB Variations
Color information
#A0DABD (or 0xA0DABD) is known color: Vista Blue. HEX triplet: A0, DA and BD. RGB value is (160,218,189). Sum of RGB (Red+Green+Blue) = 160+218+189=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DABD is #5F2542. Grayscale: #C5C5C5. Windows color (decimal): -6235459 or 12442272. OLE color: 12442272.
HSL color Cylindrical-coordinate representation of color #A0DABD: hue angle of 150º 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 #A0DABD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 189 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.15 |
| HSL | 150º | 0.44% | 0.74% | - |
| HSV(B) | 150º | 0.27% | 0.85% | - |
| XYZ | 48.75 | 61.29 | 57.4 | - |
| YUV | 197.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 189 | 0.27 | 0 | 0.13 | 0.15 | 150 | 0.44 | 0.74 |
| Hex | A0 | DA | BD | 1B | 0 | D | F | 96 | 2C | 4A |
| Octal | 240 | 332 | 275 | 33 | 0 | 15 | 17 | 226 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10111101 | 11011 | 0 | 1101 | 1111 | 10010110 | 101100 | 1001010 |
Color Harmonies of #A0DABD
Complementary color
Monochromatic Colors of #A0DABD
Black with #A0DABD
Text Example
Text Example
White with #A0DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DABD; }
p { color: rgb(160,218,189); }
H1.HeaderClassName
{
color: #A0DABD;
}
.AnyTagClassName
{
color: #A0DABD;
}
</style>
background-color css
<style>
a { background-color: #A0DABD; }
a { background-color: rgb(160,218,189); }
div.DivClassName
{
background-color: #A0DABD;
}
.BgClassName
{
background-color: #A0DABD;
}
</style>
border-color css
<style>
span { border-color: #A0DABD; }
span { border-color: rgb(160,218,189); }
td.TdClassName
{
border-color: #A0DABD;
}
.TagClassName
{
border-color: #A0DABD;
}
</style>