Shades of Vista Blue #A2D8BF
Tints of Vista Blue #A2D8BF
RGB
CMYK
RGB Variations
Color information
#A2D8BF (or 0xA2D8BF) is known color: Vista Blue. HEX triplet: A2, D8 and BF. RGB value is (162,216,191). Sum of RGB (Red+Green+Blue) = 162+216+191=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8BF is #5D2740. Grayscale: #C5C5C5. Windows color (decimal): -6104897 or 12572834. OLE color: 12572834.
HSL color Cylindrical-coordinate representation of color #A2D8BF: hue angle of 152.22º degrees, saturation: 0.41, 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 #A2D8BF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 191 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.15 |
| HSL | 152.22º | 0.41% | 0.74% | - |
| HSV(B) | 152.22º | 0.25% | 0.85% | - |
| XYZ | 48.86 | 60.55 | 58.4 | - |
| YUV | 197 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 191 | 0.25 | 0 | 0.12 | 0.15 | 152.22 | 0.41 | 0.74 |
| Hex | A2 | D8 | BF | 19 | 0 | C | F | 98 | 29 | 4A |
| Octal | 242 | 330 | 277 | 31 | 0 | 14 | 17 | 230 | 51 | 112 |
| Binary | 10100010 | 11011000 | 10111111 | 11001 | 0 | 1100 | 1111 | 10011000 | 101001 | 1001010 |
Color Harmonies of #A2D8BF
Complementary color
Monochromatic Colors of #A2D8BF
Black with #A2D8BF
Text Example
Text Example
White with #A2D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8BF; }
p { color: rgb(162,216,191); }
H1.HeaderClassName
{
color: #A2D8BF;
}
.AnyTagClassName
{
color: #A2D8BF;
}
</style>
background-color css
<style>
a { background-color: #A2D8BF; }
a { background-color: rgb(162,216,191); }
div.DivClassName
{
background-color: #A2D8BF;
}
.BgClassName
{
background-color: #A2D8BF;
}
</style>
border-color css
<style>
span { border-color: #A2D8BF; }
span { border-color: rgb(162,216,191); }
td.TdClassName
{
border-color: #A2D8BF;
}
.TagClassName
{
border-color: #A2D8BF;
}
</style>