Shades of Vista Blue #A0DBBA
Tints of Vista Blue #A0DBBA
RGB
CMYK
RGB Variations
Color information
#A0DBBA (or 0xA0DBBA) is known color: Vista Blue. HEX triplet: A0, DB and BA. RGB value is (160,219,186). Sum of RGB (Red+Green+Blue) = 160+219+186=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBBA is #5F2445. Grayscale: #C5C5C5. Windows color (decimal): -6235206 or 12245920. OLE color: 12245920.
HSL color Cylindrical-coordinate representation of color #A0DBBA: hue angle of 146.44º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBBA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 186 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.14 |
| HSL | 146.44º | 0.45% | 0.74% | - |
| HSV(B) | 146.44º | 0.27% | 0.86% | - |
| XYZ | 48.69 | 61.68 | 55.79 | - |
| YUV | 197.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 186 | 0.27 | 0 | 0.15 | 0.14 | 146.44 | 0.45 | 0.74 |
| Hex | A0 | DB | BA | 1B | 0 | F | E | 92 | 2D | 4A |
| Octal | 240 | 333 | 272 | 33 | 0 | 17 | 16 | 222 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10111010 | 11011 | 0 | 1111 | 1110 | 10010010 | 101101 | 1001010 |
Color Harmonies of #A0DBBA
Complementary color
Monochromatic Colors of #A0DBBA
Black with #A0DBBA
Text Example
Text Example
White with #A0DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBBA; }
p { color: rgb(160,219,186); }
H1.HeaderClassName
{
color: #A0DBBA;
}
.AnyTagClassName
{
color: #A0DBBA;
}
</style>
background-color css
<style>
a { background-color: #A0DBBA; }
a { background-color: rgb(160,219,186); }
div.DivClassName
{
background-color: #A0DBBA;
}
.BgClassName
{
background-color: #A0DBBA;
}
</style>
border-color css
<style>
span { border-color: #A0DBBA; }
span { border-color: rgb(160,219,186); }
td.TdClassName
{
border-color: #A0DBBA;
}
.TagClassName
{
border-color: #A0DBBA;
}
</style>