Shades of Vista Blue #A7D5BD
Tints of Vista Blue #A7D5BD
RGB
CMYK
RGB Variations
Color information
#A7D5BD (or 0xA7D5BD) is known color: Vista Blue. HEX triplet: A7, D5 and BD. RGB value is (167,213,189). Sum of RGB (Red+Green+Blue) = 167+213+189=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5BD is #582A42. Grayscale: #C4C4C4. Windows color (decimal): -5777987 or 12440999. OLE color: 12440999.
HSL color Cylindrical-coordinate representation of color #A7D5BD: hue angle of 148.7º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D5BD is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 189 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.16 |
| HSL | 148.7º | 0.35% | 0.75% | - |
| HSV(B) | 148.7º | 0.22% | 0.84% | - |
| XYZ | 48.92 | 59.48 | 57.05 | - |
| YUV | 196.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 189 | 0.22 | 0 | 0.11 | 0.16 | 148.7 | 0.35 | 0.75 |
| Hex | A7 | D5 | BD | 16 | 0 | B | 10 | 95 | 23 | 4B |
| Octal | 247 | 325 | 275 | 26 | 0 | 13 | 20 | 225 | 43 | 113 |
| Binary | 10100111 | 11010101 | 10111101 | 10110 | 0 | 1011 | 10000 | 10010101 | 100011 | 1001011 |
Color Harmonies of #A7D5BD
Complementary color
Monochromatic Colors of #A7D5BD
Black with #A7D5BD
Text Example
Text Example
White with #A7D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D5BD; }
p { color: rgb(167,213,189); }
H1.HeaderClassName
{
color: #A7D5BD;
}
.AnyTagClassName
{
color: #A7D5BD;
}
</style>
background-color css
<style>
a { background-color: #A7D5BD; }
a { background-color: rgb(167,213,189); }
div.DivClassName
{
background-color: #A7D5BD;
}
.BgClassName
{
background-color: #A7D5BD;
}
</style>
border-color css
<style>
span { border-color: #A7D5BD; }
span { border-color: rgb(167,213,189); }
td.TdClassName
{
border-color: #A7D5BD;
}
.TagClassName
{
border-color: #A7D5BD;
}
</style>