Shades of Vista Blue #A6D0BB
Tints of Vista Blue #A6D0BB
RGB
CMYK
RGB Variations
Color information
#A6D0BB (or 0xA6D0BB) is known color: Vista Blue. HEX triplet: A6, D0 and BB. RGB value is (166,208,187). Sum of RGB (Red+Green+Blue) = 166+208+187=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0BB is #592F44. Grayscale: #C1C1C1. Windows color (decimal): -5844805 or 12308646. OLE color: 12308646.
HSL color Cylindrical-coordinate representation of color #A6D0BB: hue angle of 150º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0BB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 187 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.18 |
| HSL | 150º | 0.31% | 0.73% | - |
| HSV(B) | 150º | 0.2% | 0.82% | - |
| XYZ | 47.25 | 56.81 | 55.49 | - |
| YUV | 193.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 187 | 0.20 | 0 | 0.10 | 0.18 | 150 | 0.31 | 0.73 |
| Hex | A6 | D0 | BB | 14 | 0 | A | 12 | 96 | 1F | 49 |
| Octal | 246 | 320 | 273 | 24 | 0 | 12 | 22 | 226 | 37 | 111 |
| Binary | 10100110 | 11010000 | 10111011 | 10100 | 0 | 1010 | 10010 | 10010110 | 11111 | 1001001 |
Color Harmonies of #A6D0BB
Complementary color
Monochromatic Colors of #A6D0BB
Black with #A6D0BB
Text Example
Text Example
White with #A6D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0BB; }
p { color: rgb(166,208,187); }
H1.HeaderClassName
{
color: #A6D0BB;
}
.AnyTagClassName
{
color: #A6D0BB;
}
</style>
background-color css
<style>
a { background-color: #A6D0BB; }
a { background-color: rgb(166,208,187); }
div.DivClassName
{
background-color: #A6D0BB;
}
.BgClassName
{
background-color: #A6D0BB;
}
</style>
border-color css
<style>
span { border-color: #A6D0BB; }
span { border-color: rgb(166,208,187); }
td.TdClassName
{
border-color: #A6D0BB;
}
.TagClassName
{
border-color: #A6D0BB;
}
</style>