Shades of Vista Blue #A2D2BB
Tints of Vista Blue #A2D2BB
RGB
CMYK
RGB Variations
Color information
#A2D2BB (or 0xA2D2BB) is known color: Vista Blue. HEX triplet: A2, D2 and BB. RGB value is (162,210,187). Sum of RGB (Red+Green+Blue) = 162+210+187=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2BB is #5D2D44. Grayscale: #C1C1C1. Windows color (decimal): -6106437 or 12309154. OLE color: 12309154.
HSL color Cylindrical-coordinate representation of color #A2D2BB: hue angle of 151.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D2BB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 187 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.18 |
| HSL | 151.25º | 0.35% | 0.73% | - |
| HSV(B) | 151.25º | 0.23% | 0.82% | - |
| XYZ | 46.92 | 57.36 | 55.61 | - |
| YUV | 193.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 187 | 0.23 | 0 | 0.11 | 0.18 | 151.25 | 0.35 | 0.73 |
| Hex | A2 | D2 | BB | 17 | 0 | B | 12 | 97 | 23 | 49 |
| Octal | 242 | 322 | 273 | 27 | 0 | 13 | 22 | 227 | 43 | 111 |
| Binary | 10100010 | 11010010 | 10111011 | 10111 | 0 | 1011 | 10010 | 10010111 | 100011 | 1001001 |
Color Harmonies of #A2D2BB
Complementary color
Monochromatic Colors of #A2D2BB
Black with #A2D2BB
Text Example
Text Example
White with #A2D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2BB; }
p { color: rgb(162,210,187); }
H1.HeaderClassName
{
color: #A2D2BB;
}
.AnyTagClassName
{
color: #A2D2BB;
}
</style>
background-color css
<style>
a { background-color: #A2D2BB; }
a { background-color: rgb(162,210,187); }
div.DivClassName
{
background-color: #A2D2BB;
}
.BgClassName
{
background-color: #A2D2BB;
}
</style>
border-color css
<style>
span { border-color: #A2D2BB; }
span { border-color: rgb(162,210,187); }
td.TdClassName
{
border-color: #A2D2BB;
}
.TagClassName
{
border-color: #A2D2BB;
}
</style>