Shades of Vista Blue #A7D6BA
Tints of Vista Blue #A7D6BA
RGB
CMYK
RGB Variations
Color information
#A7D6BA (or 0xA7D6BA) is known color: Vista Blue. HEX triplet: A7, D6 and BA. RGB value is (167,214,186). Sum of RGB (Red+Green+Blue) = 167+214+186=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6BA is #582945. Grayscale: #C4C4C4. Windows color (decimal): -5777734 or 12244647. OLE color: 12244647.
HSL color Cylindrical-coordinate representation of color #A7D6BA: hue angle of 144.26º degrees, saturation: 0.36, 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 #A7D6BA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 186 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.16 |
| HSL | 144.26º | 0.36% | 0.75% | - |
| HSV(B) | 144.26º | 0.22% | 0.84% | - |
| XYZ | 48.85 | 59.85 | 55.43 | - |
| YUV | 196.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 186 | 0.22 | 0 | 0.13 | 0.16 | 144.26 | 0.36 | 0.75 |
| Hex | A7 | D6 | BA | 16 | 0 | D | 10 | 90 | 24 | 4B |
| Octal | 247 | 326 | 272 | 26 | 0 | 15 | 20 | 220 | 44 | 113 |
| Binary | 10100111 | 11010110 | 10111010 | 10110 | 0 | 1101 | 10000 | 10010000 | 100100 | 1001011 |
Color Harmonies of #A7D6BA
Complementary color
Monochromatic Colors of #A7D6BA
Black with #A7D6BA
Text Example
Text Example
White with #A7D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D6BA; }
p { color: rgb(167,214,186); }
H1.HeaderClassName
{
color: #A7D6BA;
}
.AnyTagClassName
{
color: #A7D6BA;
}
</style>
background-color css
<style>
a { background-color: #A7D6BA; }
a { background-color: rgb(167,214,186); }
div.DivClassName
{
background-color: #A7D6BA;
}
.BgClassName
{
background-color: #A7D6BA;
}
</style>
border-color css
<style>
span { border-color: #A7D6BA; }
span { border-color: rgb(167,214,186); }
td.TdClassName
{
border-color: #A7D6BA;
}
.TagClassName
{
border-color: #A7D6BA;
}
</style>