Shades of Vista Blue #A7CDB9
Tints of Vista Blue #A7CDB9
RGB
CMYK
RGB Variations
Color information
#A7CDB9 (or 0xA7CDB9) is known color: Vista Blue. HEX triplet: A7, CD and B9. RGB value is (167,205,185). Sum of RGB (Red+Green+Blue) = 167+205+185=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDB9 is #583246. Grayscale: #BFBFBF. Windows color (decimal): -5780039 or 12176807. OLE color: 12176807.
HSL color Cylindrical-coordinate representation of color #A7CDB9: hue angle of 148.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CDB9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 205 | 185 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.20 |
| HSL | 148.42º | 0.28% | 0.73% | - |
| HSV(B) | 148.42º | 0.19% | 0.8% | - |
| XYZ | 46.52 | 55.38 | 54.14 | - |
| YUV | 191.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 185 | 0.19 | 0 | 0.10 | 0.20 | 148.42 | 0.28 | 0.73 |
| Hex | A7 | CD | B9 | 13 | 0 | A | 14 | 94 | 1C | 49 |
| Octal | 247 | 315 | 271 | 23 | 0 | 12 | 24 | 224 | 34 | 111 |
| Binary | 10100111 | 11001101 | 10111001 | 10011 | 0 | 1010 | 10100 | 10010100 | 11100 | 1001001 |
Color Harmonies of #A7CDB9
Complementary color
Monochromatic Colors of #A7CDB9
Black with #A7CDB9
Text Example
Text Example
White with #A7CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDB9; }
p { color: rgb(167,205,185); }
H1.HeaderClassName
{
color: #A7CDB9;
}
.AnyTagClassName
{
color: #A7CDB9;
}
</style>
background-color css
<style>
a { background-color: #A7CDB9; }
a { background-color: rgb(167,205,185); }
div.DivClassName
{
background-color: #A7CDB9;
}
.BgClassName
{
background-color: #A7CDB9;
}
</style>
border-color css
<style>
span { border-color: #A7CDB9; }
span { border-color: rgb(167,205,185); }
td.TdClassName
{
border-color: #A7CDB9;
}
.TagClassName
{
border-color: #A7CDB9;
}
</style>