Shades of Vista Blue #A2D9BD
Tints of Vista Blue #A2D9BD
RGB
CMYK
RGB Variations
Color information
#A2D9BD (or 0xA2D9BD) is known color: Vista Blue. HEX triplet: A2, D9 and BD. RGB value is (162,217,189). Sum of RGB (Red+Green+Blue) = 162+217+189=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9BD is #5D2642. Grayscale: #C5C5C5. Windows color (decimal): -6104643 or 12442018. OLE color: 12442018.
HSL color Cylindrical-coordinate representation of color #A2D9BD: hue angle of 149.45º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9BD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 189 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.15 |
| HSL | 149.45º | 0.42% | 0.74% | - |
| HSV(B) | 149.45º | 0.25% | 0.85% | - |
| XYZ | 48.9 | 60.98 | 57.34 | - |
| YUV | 197.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 189 | 0.25 | 0 | 0.13 | 0.15 | 149.45 | 0.42 | 0.74 |
| Hex | A2 | D9 | BD | 19 | 0 | D | F | 95 | 2A | 4A |
| Octal | 242 | 331 | 275 | 31 | 0 | 15 | 17 | 225 | 52 | 112 |
| Binary | 10100010 | 11011001 | 10111101 | 11001 | 0 | 1101 | 1111 | 10010101 | 101010 | 1001010 |
Color Harmonies of #A2D9BD
Complementary color
Monochromatic Colors of #A2D9BD
Black with #A2D9BD
Text Example
Text Example
White with #A2D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9BD; }
p { color: rgb(162,217,189); }
H1.HeaderClassName
{
color: #A2D9BD;
}
.AnyTagClassName
{
color: #A2D9BD;
}
</style>
background-color css
<style>
a { background-color: #A2D9BD; }
a { background-color: rgb(162,217,189); }
div.DivClassName
{
background-color: #A2D9BD;
}
.BgClassName
{
background-color: #A2D9BD;
}
</style>
border-color css
<style>
span { border-color: #A2D9BD; }
span { border-color: rgb(162,217,189); }
td.TdClassName
{
border-color: #A2D9BD;
}
.TagClassName
{
border-color: #A2D9BD;
}
</style>