Shades of Vista Blue #A2D9BF
Tints of Vista Blue #A2D9BF
RGB
CMYK
RGB Variations
Color information
#A2D9BF (or 0xA2D9BF) is known color: Vista Blue. HEX triplet: A2, D9 and BF. RGB value is (162,217,191). Sum of RGB (Red+Green+Blue) = 162+217+191=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9BF is #5D2640. Grayscale: #C5C5C5. Windows color (decimal): -6104641 or 12573090. OLE color: 12573090.
HSL color Cylindrical-coordinate representation of color #A2D9BF: hue angle of 151.64º 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 #A2D9BF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 191 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.15 |
| HSL | 151.64º | 0.42% | 0.74% | - |
| HSV(B) | 151.64º | 0.25% | 0.85% | - |
| XYZ | 49.12 | 61.07 | 58.49 | - |
| YUV | 197.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 191 | 0.25 | 0 | 0.12 | 0.15 | 151.64 | 0.42 | 0.74 |
| Hex | A2 | D9 | BF | 19 | 0 | C | F | 98 | 2A | 4A |
| Octal | 242 | 331 | 277 | 31 | 0 | 14 | 17 | 230 | 52 | 112 |
| Binary | 10100010 | 11011001 | 10111111 | 11001 | 0 | 1100 | 1111 | 10011000 | 101010 | 1001010 |
Color Harmonies of #A2D9BF
Complementary color
Monochromatic Colors of #A2D9BF
Black with #A2D9BF
Text Example
Text Example
White with #A2D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9BF; }
p { color: rgb(162,217,191); }
H1.HeaderClassName
{
color: #A2D9BF;
}
.AnyTagClassName
{
color: #A2D9BF;
}
</style>
background-color css
<style>
a { background-color: #A2D9BF; }
a { background-color: rgb(162,217,191); }
div.DivClassName
{
background-color: #A2D9BF;
}
.BgClassName
{
background-color: #A2D9BF;
}
</style>
border-color css
<style>
span { border-color: #A2D9BF; }
span { border-color: rgb(162,217,191); }
td.TdClassName
{
border-color: #A2D9BF;
}
.TagClassName
{
border-color: #A2D9BF;
}
</style>