Shades of Vista Blue #A6D1BA
Tints of Vista Blue #A6D1BA
RGB
CMYK
RGB Variations
Color information
#A6D1BA (or 0xA6D1BA) is known color: Vista Blue. HEX triplet: A6, D1 and BA. RGB value is (166,209,186). Sum of RGB (Red+Green+Blue) = 166+209+186=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1BA is #592E45. Grayscale: #C1C1C1. Windows color (decimal): -5844550 or 12243366. OLE color: 12243366.
HSL color Cylindrical-coordinate representation of color #A6D1BA: hue angle of 147.91º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1BA is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 186 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.18 |
| HSL | 147.91º | 0.32% | 0.74% | - |
| HSV(B) | 147.91º | 0.21% | 0.82% | - |
| XYZ | 47.39 | 57.25 | 55.01 | - |
| YUV | 193.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 186 | 0.21 | 0 | 0.11 | 0.18 | 147.91 | 0.32 | 0.74 |
| Hex | A6 | D1 | BA | 15 | 0 | B | 12 | 94 | 20 | 4A |
| Octal | 246 | 321 | 272 | 25 | 0 | 13 | 22 | 224 | 40 | 112 |
| Binary | 10100110 | 11010001 | 10111010 | 10101 | 0 | 1011 | 10010 | 10010100 | 100000 | 1001010 |
Color Harmonies of #A6D1BA
Complementary color
Monochromatic Colors of #A6D1BA
Black with #A6D1BA
Text Example
Text Example
White with #A6D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1BA; }
p { color: rgb(166,209,186); }
H1.HeaderClassName
{
color: #A6D1BA;
}
.AnyTagClassName
{
color: #A6D1BA;
}
</style>
background-color css
<style>
a { background-color: #A6D1BA; }
a { background-color: rgb(166,209,186); }
div.DivClassName
{
background-color: #A6D1BA;
}
.BgClassName
{
background-color: #A6D1BA;
}
</style>
border-color css
<style>
span { border-color: #A6D1BA; }
span { border-color: rgb(166,209,186); }
td.TdClassName
{
border-color: #A6D1BA;
}
.TagClassName
{
border-color: #A6D1BA;
}
</style>