Shades of Vista Blue #A0D0BA
Tints of Vista Blue #A0D0BA
RGB
CMYK
RGB Variations
Color information
#A0D0BA (or 0xA0D0BA) is known color: Vista Blue. HEX triplet: A0, D0 and BA. RGB value is (160,208,186). Sum of RGB (Red+Green+Blue) = 160+208+186=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0BA is #5F2F45. Grayscale: #BFBFBF. Windows color (decimal): -6238022 or 12243104. OLE color: 12243104.
HSL color Cylindrical-coordinate representation of color #A0D0BA: hue angle of 152.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0BA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 186 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.18 |
| HSL | 152.5º | 0.34% | 0.72% | - |
| HSV(B) | 152.5º | 0.23% | 0.82% | - |
| XYZ | 45.92 | 56.13 | 54.87 | - |
| YUV | 191.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 186 | 0.23 | 0 | 0.11 | 0.18 | 152.5 | 0.34 | 0.72 |
| Hex | A0 | D0 | BA | 17 | 0 | B | 12 | 98 | 22 | 48 |
| Octal | 240 | 320 | 272 | 27 | 0 | 13 | 22 | 230 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10111010 | 10111 | 0 | 1011 | 10010 | 10011000 | 100010 | 1001000 |
Color Harmonies of #A0D0BA
Complementary color
Monochromatic Colors of #A0D0BA
Black with #A0D0BA
Text Example
Text Example
White with #A0D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0BA; }
p { color: rgb(160,208,186); }
H1.HeaderClassName
{
color: #A0D0BA;
}
.AnyTagClassName
{
color: #A0D0BA;
}
</style>
background-color css
<style>
a { background-color: #A0D0BA; }
a { background-color: rgb(160,208,186); }
div.DivClassName
{
background-color: #A0D0BA;
}
.BgClassName
{
background-color: #A0D0BA;
}
</style>
border-color css
<style>
span { border-color: #A0D0BA; }
span { border-color: rgb(160,208,186); }
td.TdClassName
{
border-color: #A0D0BA;
}
.TagClassName
{
border-color: #A0D0BA;
}
</style>