Shades of Vista Blue #A2D0BA
Tints of Vista Blue #A2D0BA
RGB
CMYK
RGB Variations
Color information
#A2D0BA (or 0xA2D0BA) is known color: Vista Blue. HEX triplet: A2, D0 and BA. RGB value is (162,208,186). Sum of RGB (Red+Green+Blue) = 162+208+186=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0BA is #5D2F45. Grayscale: #BFBFBF. Windows color (decimal): -6106950 or 12243106. OLE color: 12243106.
HSL color Cylindrical-coordinate representation of color #A2D0BA: hue angle of 151.3º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0BA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 186 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.18 |
| HSL | 151.3º | 0.33% | 0.73% | - |
| HSV(B) | 151.3º | 0.22% | 0.82% | - |
| XYZ | 46.32 | 56.34 | 54.89 | - |
| YUV | 191.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 186 | 0.22 | 0 | 0.11 | 0.18 | 151.3 | 0.33 | 0.73 |
| Hex | A2 | D0 | BA | 16 | 0 | B | 12 | 97 | 21 | 49 |
| Octal | 242 | 320 | 272 | 26 | 0 | 13 | 22 | 227 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10111010 | 10110 | 0 | 1011 | 10010 | 10010111 | 100001 | 1001001 |
Color Harmonies of #A2D0BA
Complementary color
Monochromatic Colors of #A2D0BA
Black with #A2D0BA
Text Example
Text Example
White with #A2D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0BA; }
p { color: rgb(162,208,186); }
H1.HeaderClassName
{
color: #A2D0BA;
}
.AnyTagClassName
{
color: #A2D0BA;
}
</style>
background-color css
<style>
a { background-color: #A2D0BA; }
a { background-color: rgb(162,208,186); }
div.DivClassName
{
background-color: #A2D0BA;
}
.BgClassName
{
background-color: #A2D0BA;
}
</style>
border-color css
<style>
span { border-color: #A2D0BA; }
span { border-color: rgb(162,208,186); }
td.TdClassName
{
border-color: #A2D0BA;
}
.TagClassName
{
border-color: #A2D0BA;
}
</style>