Shades of Vista Blue #A2D1BD
Tints of Vista Blue #A2D1BD
RGB
CMYK
RGB Variations
Color information
#A2D1BD (or 0xA2D1BD) is known color: Vista Blue. HEX triplet: A2, D1 and BD. RGB value is (162,209,189). Sum of RGB (Red+Green+Blue) = 162+209+189=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D1BD is #5D2E42. Grayscale: #C0C0C0. Windows color (decimal): -6106691 or 12439970. OLE color: 12439970.
HSL color Cylindrical-coordinate representation of color #A2D1BD: hue angle of 154.47º degrees, saturation: 0.34, 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 #A2D1BD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 189 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.18 |
| HSL | 154.47º | 0.34% | 0.73% | - |
| HSV(B) | 154.47º | 0.22% | 0.82% | - |
| XYZ | 46.89 | 56.96 | 56.67 | - |
| YUV | 192.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 189 | 0.22 | 0 | 0.10 | 0.18 | 154.47 | 0.34 | 0.73 |
| Hex | A2 | D1 | BD | 16 | 0 | A | 12 | 9A | 22 | 49 |
| Octal | 242 | 321 | 275 | 26 | 0 | 12 | 22 | 232 | 42 | 111 |
| Binary | 10100010 | 11010001 | 10111101 | 10110 | 0 | 1010 | 10010 | 10011010 | 100010 | 1001001 |
Color Harmonies of #A2D1BD
Complementary color
Monochromatic Colors of #A2D1BD
Black with #A2D1BD
Text Example
Text Example
White with #A2D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1BD; }
p { color: rgb(162,209,189); }
H1.HeaderClassName
{
color: #A2D1BD;
}
.AnyTagClassName
{
color: #A2D1BD;
}
</style>
background-color css
<style>
a { background-color: #A2D1BD; }
a { background-color: rgb(162,209,189); }
div.DivClassName
{
background-color: #A2D1BD;
}
.BgClassName
{
background-color: #A2D1BD;
}
</style>
border-color css
<style>
span { border-color: #A2D1BD; }
span { border-color: rgb(162,209,189); }
td.TdClassName
{
border-color: #A2D1BD;
}
.TagClassName
{
border-color: #A2D1BD;
}
</style>