Shades of Vista Blue #A2D7BA
Tints of Vista Blue #A2D7BA
RGB
CMYK
RGB Variations
Color information
#A2D7BA (or 0xA2D7BA) is known color: Vista Blue. HEX triplet: A2, D7 and BA. RGB value is (162,215,186). Sum of RGB (Red+Green+Blue) = 162+215+186=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7BA is #5D2845. Grayscale: #C3C3C3. Windows color (decimal): -6105158 or 12244898. OLE color: 12244898.
HSL color Cylindrical-coordinate representation of color #A2D7BA: hue angle of 147.17º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7BA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 186 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.16 |
| HSL | 147.17º | 0.4% | 0.74% | - |
| HSV(B) | 147.17º | 0.25% | 0.84% | - |
| XYZ | 48.06 | 59.83 | 55.47 | - |
| YUV | 195.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 186 | 0.25 | 0 | 0.13 | 0.16 | 147.17 | 0.4 | 0.74 |
| Hex | A2 | D7 | BA | 19 | 0 | D | 10 | 93 | 28 | 4A |
| Octal | 242 | 327 | 272 | 31 | 0 | 15 | 20 | 223 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10111010 | 11001 | 0 | 1101 | 10000 | 10010011 | 101000 | 1001010 |
Color Harmonies of #A2D7BA
Complementary color
Monochromatic Colors of #A2D7BA
Black with #A2D7BA
Text Example
Text Example
White with #A2D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7BA; }
p { color: rgb(162,215,186); }
H1.HeaderClassName
{
color: #A2D7BA;
}
.AnyTagClassName
{
color: #A2D7BA;
}
</style>
background-color css
<style>
a { background-color: #A2D7BA; }
a { background-color: rgb(162,215,186); }
div.DivClassName
{
background-color: #A2D7BA;
}
.BgClassName
{
background-color: #A2D7BA;
}
</style>
border-color css
<style>
span { border-color: #A2D7BA; }
span { border-color: rgb(162,215,186); }
td.TdClassName
{
border-color: #A2D7BA;
}
.TagClassName
{
border-color: #A2D7BA;
}
</style>