Shades of Vista Blue #A7D9BD
Tints of Vista Blue #A7D9BD
RGB
CMYK
RGB Variations
Color information
#A7D9BD (or 0xA7D9BD) is known color: Vista Blue. HEX triplet: A7, D9 and BD. RGB value is (167,217,189). Sum of RGB (Red+Green+Blue) = 167+217+189=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9BD is #582642. Grayscale: #C6C6C6. Windows color (decimal): -5776963 or 12442023. OLE color: 12442023.
HSL color Cylindrical-coordinate representation of color #A7D9BD: hue angle of 146.4º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D9BD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 189 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.15 |
| HSL | 146.4º | 0.4% | 0.75% | - |
| HSV(B) | 146.4º | 0.23% | 0.85% | - |
| XYZ | 49.93 | 61.52 | 57.39 | - |
| YUV | 198.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 189 | 0.23 | 0 | 0.13 | 0.15 | 146.4 | 0.4 | 0.75 |
| Hex | A7 | D9 | BD | 17 | 0 | D | F | 92 | 28 | 4B |
| Octal | 247 | 331 | 275 | 27 | 0 | 15 | 17 | 222 | 50 | 113 |
| Binary | 10100111 | 11011001 | 10111101 | 10111 | 0 | 1101 | 1111 | 10010010 | 101000 | 1001011 |
Color Harmonies of #A7D9BD
Complementary color
Monochromatic Colors of #A7D9BD
Black with #A7D9BD
Text Example
Text Example
White with #A7D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D9BD; }
p { color: rgb(167,217,189); }
H1.HeaderClassName
{
color: #A7D9BD;
}
.AnyTagClassName
{
color: #A7D9BD;
}
</style>
background-color css
<style>
a { background-color: #A7D9BD; }
a { background-color: rgb(167,217,189); }
div.DivClassName
{
background-color: #A7D9BD;
}
.BgClassName
{
background-color: #A7D9BD;
}
</style>
border-color css
<style>
span { border-color: #A7D9BD; }
span { border-color: rgb(167,217,189); }
td.TdClassName
{
border-color: #A7D9BD;
}
.TagClassName
{
border-color: #A7D9BD;
}
</style>