Shades of Vista Blue #A2D3BD
Tints of Vista Blue #A2D3BD
RGB
CMYK
RGB Variations
Color information
#A2D3BD (or 0xA2D3BD) is known color: Vista Blue. HEX triplet: A2, D3 and BD. RGB value is (162,211,189). Sum of RGB (Red+Green+Blue) = 162+211+189=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3BD is #5D2C42. Grayscale: #C1C1C1. Windows color (decimal): -6106179 or 12440482. OLE color: 12440482.
HSL color Cylindrical-coordinate representation of color #A2D3BD: hue angle of 153.06º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3BD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 189 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.17 |
| HSL | 153.06º | 0.36% | 0.73% | - |
| HSV(B) | 153.06º | 0.23% | 0.83% | - |
| XYZ | 47.38 | 57.94 | 56.83 | - |
| YUV | 193.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 189 | 0.23 | 0 | 0.10 | 0.17 | 153.06 | 0.36 | 0.73 |
| Hex | A2 | D3 | BD | 17 | 0 | A | 11 | 99 | 24 | 49 |
| Octal | 242 | 323 | 275 | 27 | 0 | 12 | 21 | 231 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10111101 | 10111 | 0 | 1010 | 10001 | 10011001 | 100100 | 1001001 |
Color Harmonies of #A2D3BD
Complementary color
Monochromatic Colors of #A2D3BD
Black with #A2D3BD
Text Example
Text Example
White with #A2D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3BD; }
p { color: rgb(162,211,189); }
H1.HeaderClassName
{
color: #A2D3BD;
}
.AnyTagClassName
{
color: #A2D3BD;
}
</style>
background-color css
<style>
a { background-color: #A2D3BD; }
a { background-color: rgb(162,211,189); }
div.DivClassName
{
background-color: #A2D3BD;
}
.BgClassName
{
background-color: #A2D3BD;
}
</style>
border-color css
<style>
span { border-color: #A2D3BD; }
span { border-color: rgb(162,211,189); }
td.TdClassName
{
border-color: #A2D3BD;
}
.TagClassName
{
border-color: #A2D3BD;
}
</style>