Shades of Vista Blue #A6D9BB
Tints of Vista Blue #A6D9BB
RGB
CMYK
RGB Variations
Color information
#A6D9BB (or 0xA6D9BB) is known color: Vista Blue. HEX triplet: A6, D9 and BB. RGB value is (166,217,187). Sum of RGB (Red+Green+Blue) = 166+217+187=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D9BB is #592644. Grayscale: #C6C6C6. Windows color (decimal): -5842501 or 12310950. OLE color: 12310950.
HSL color Cylindrical-coordinate representation of color #A6D9BB: hue angle of 144.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9BB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 187 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.15 |
| HSL | 144.71º | 0.4% | 0.75% | - |
| HSV(B) | 144.71º | 0.24% | 0.85% | - |
| XYZ | 49.51 | 61.32 | 56.24 | - |
| YUV | 198.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 187 | 0.24 | 0 | 0.14 | 0.15 | 144.71 | 0.4 | 0.75 |
| Hex | A6 | D9 | BB | 18 | 0 | E | F | 91 | 28 | 4B |
| Octal | 246 | 331 | 273 | 30 | 0 | 16 | 17 | 221 | 50 | 113 |
| Binary | 10100110 | 11011001 | 10111011 | 11000 | 0 | 1110 | 1111 | 10010001 | 101000 | 1001011 |
Color Harmonies of #A6D9BB
Complementary color
Monochromatic Colors of #A6D9BB
Black with #A6D9BB
Text Example
Text Example
White with #A6D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D9BB; }
p { color: rgb(166,217,187); }
H1.HeaderClassName
{
color: #A6D9BB;
}
.AnyTagClassName
{
color: #A6D9BB;
}
</style>
background-color css
<style>
a { background-color: #A6D9BB; }
a { background-color: rgb(166,217,187); }
div.DivClassName
{
background-color: #A6D9BB;
}
.BgClassName
{
background-color: #A6D9BB;
}
</style>
border-color css
<style>
span { border-color: #A6D9BB; }
span { border-color: rgb(166,217,187); }
td.TdClassName
{
border-color: #A6D9BB;
}
.TagClassName
{
border-color: #A6D9BB;
}
</style>