Shades of Vista Blue #A2D3BE
Tints of Vista Blue #A2D3BE
RGB
CMYK
RGB Variations
Color information
#A2D3BE (or 0xA2D3BE) is known color: Vista Blue. HEX triplet: A2, D3 and BE. RGB value is (162,211,190). Sum of RGB (Red+Green+Blue) = 162+211+190=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3BE is #5D2C41. Grayscale: #C1C1C1. Windows color (decimal): -6106178 or 12506018. OLE color: 12506018.
HSL color Cylindrical-coordinate representation of color #A2D3BE: hue angle of 154.29º 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 #A2D3BE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 190 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.17 |
| HSL | 154.29º | 0.36% | 0.73% | - |
| HSV(B) | 154.29º | 0.23% | 0.83% | - |
| XYZ | 47.49 | 57.99 | 57.41 | - |
| YUV | 193.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 190 | 0.23 | 0 | 0.10 | 0.17 | 154.29 | 0.36 | 0.73 |
| Hex | A2 | D3 | BE | 17 | 0 | A | 11 | 9A | 24 | 49 |
| Octal | 242 | 323 | 276 | 27 | 0 | 12 | 21 | 232 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10111110 | 10111 | 0 | 1010 | 10001 | 10011010 | 100100 | 1001001 |
Color Harmonies of #A2D3BE
Complementary color
Monochromatic Colors of #A2D3BE
Black with #A2D3BE
Text Example
Text Example
White with #A2D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3BE; }
p { color: rgb(162,211,190); }
H1.HeaderClassName
{
color: #A2D3BE;
}
.AnyTagClassName
{
color: #A2D3BE;
}
</style>
background-color css
<style>
a { background-color: #A2D3BE; }
a { background-color: rgb(162,211,190); }
div.DivClassName
{
background-color: #A2D3BE;
}
.BgClassName
{
background-color: #A2D3BE;
}
</style>
border-color css
<style>
span { border-color: #A2D3BE; }
span { border-color: rgb(162,211,190); }
td.TdClassName
{
border-color: #A2D3BE;
}
.TagClassName
{
border-color: #A2D3BE;
}
</style>