Shades of Vista Blue #A7DABD
Tints of Vista Blue #A7DABD
RGB
CMYK
RGB Variations
Color information
#A7DABD (or 0xA7DABD) is known color: Vista Blue. HEX triplet: A7, DA and BD. RGB value is (167,218,189). Sum of RGB (Red+Green+Blue) = 167+218+189=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DABD is #582542. Grayscale: #C7C7C7. Windows color (decimal): -5776707 or 12442279. OLE color: 12442279.
HSL color Cylindrical-coordinate representation of color #A7DABD: hue angle of 145.88º degrees, saturation: 0.41, 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 #A7DABD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 189 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.15 |
| HSL | 145.88º | 0.41% | 0.75% | - |
| HSV(B) | 145.88º | 0.23% | 0.85% | - |
| XYZ | 50.19 | 62.03 | 57.47 | - |
| YUV | 199.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 189 | 0.23 | 0 | 0.13 | 0.15 | 145.88 | 0.41 | 0.75 |
| Hex | A7 | DA | BD | 17 | 0 | D | F | 92 | 29 | 4B |
| Octal | 247 | 332 | 275 | 27 | 0 | 15 | 17 | 222 | 51 | 113 |
| Binary | 10100111 | 11011010 | 10111101 | 10111 | 0 | 1101 | 1111 | 10010010 | 101001 | 1001011 |
Color Harmonies of #A7DABD
Complementary color
Monochromatic Colors of #A7DABD
Black with #A7DABD
Text Example
Text Example
White with #A7DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DABD; }
p { color: rgb(167,218,189); }
H1.HeaderClassName
{
color: #A7DABD;
}
.AnyTagClassName
{
color: #A7DABD;
}
</style>
background-color css
<style>
a { background-color: #A7DABD; }
a { background-color: rgb(167,218,189); }
div.DivClassName
{
background-color: #A7DABD;
}
.BgClassName
{
background-color: #A7DABD;
}
</style>
border-color css
<style>
span { border-color: #A7DABD; }
span { border-color: rgb(167,218,189); }
td.TdClassName
{
border-color: #A7DABD;
}
.TagClassName
{
border-color: #A7DABD;
}
</style>