Shades of Vista Blue #A0DBB5
Tints of Vista Blue #A0DBB5
RGB
CMYK
RGB Variations
Color information
#A0DBB5 (or 0xA0DBB5) is known color: Vista Blue. HEX triplet: A0, DB and B5. RGB value is (160,219,181). Sum of RGB (Red+Green+Blue) = 160+219+181=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBB5 is #5F244A. Grayscale: #C5C5C5. Windows color (decimal): -6235211 or 11918240. OLE color: 11918240.
HSL color Cylindrical-coordinate representation of color #A0DBB5: hue angle of 141.36º 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 #A0DBB5 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 181 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.14 |
| HSL | 141.36º | 0.45% | 0.74% | - |
| HSV(B) | 141.36º | 0.27% | 0.86% | - |
| XYZ | 48.17 | 61.47 | 53.04 | - |
| YUV | 197.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 181 | 0.27 | 0 | 0.17 | 0.14 | 141.36 | 0.45 | 0.74 |
| Hex | A0 | DB | B5 | 1B | 0 | 11 | E | 8D | 2D | 4A |
| Octal | 240 | 333 | 265 | 33 | 0 | 21 | 16 | 215 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10110101 | 11011 | 0 | 10001 | 1110 | 10001101 | 101101 | 1001010 |
Color Harmonies of #A0DBB5
Complementary color
Monochromatic Colors of #A0DBB5
Black with #A0DBB5
Text Example
Text Example
White with #A0DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBB5; }
p { color: rgb(160,219,181); }
H1.HeaderClassName
{
color: #A0DBB5;
}
.AnyTagClassName
{
color: #A0DBB5;
}
</style>
background-color css
<style>
a { background-color: #A0DBB5; }
a { background-color: rgb(160,219,181); }
div.DivClassName
{
background-color: #A0DBB5;
}
.BgClassName
{
background-color: #A0DBB5;
}
</style>
border-color css
<style>
span { border-color: #A0DBB5; }
span { border-color: rgb(160,219,181); }
td.TdClassName
{
border-color: #A0DBB5;
}
.TagClassName
{
border-color: #A0DBB5;
}
</style>