Shades of Vista Blue #A6D8BB
Tints of Vista Blue #A6D8BB
RGB
CMYK
RGB Variations
Color information
#A6D8BB (or 0xA6D8BB) is known color: Vista Blue. HEX triplet: A6, D8 and BB. RGB value is (166,216,187). Sum of RGB (Red+Green+Blue) = 166+216+187=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8BB is #592744. Grayscale: #C5C5C5. Windows color (decimal): -5842757 or 12310694. OLE color: 12310694.
HSL color Cylindrical-coordinate representation of color #A6D8BB: hue angle of 145.2º degrees, saturation: 0.39, 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 #A6D8BB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 187 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.15 |
| HSL | 145.2º | 0.39% | 0.75% | - |
| HSV(B) | 145.2º | 0.23% | 0.85% | - |
| XYZ | 49.25 | 60.81 | 56.15 | - |
| YUV | 197.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 187 | 0.23 | 0 | 0.13 | 0.15 | 145.2 | 0.39 | 0.75 |
| Hex | A6 | D8 | BB | 17 | 0 | D | F | 91 | 27 | 4B |
| Octal | 246 | 330 | 273 | 27 | 0 | 15 | 17 | 221 | 47 | 113 |
| Binary | 10100110 | 11011000 | 10111011 | 10111 | 0 | 1101 | 1111 | 10010001 | 100111 | 1001011 |
Color Harmonies of #A6D8BB
Complementary color
Monochromatic Colors of #A6D8BB
Black with #A6D8BB
Text Example
Text Example
White with #A6D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8BB; }
p { color: rgb(166,216,187); }
H1.HeaderClassName
{
color: #A6D8BB;
}
.AnyTagClassName
{
color: #A6D8BB;
}
</style>
background-color css
<style>
a { background-color: #A6D8BB; }
a { background-color: rgb(166,216,187); }
div.DivClassName
{
background-color: #A6D8BB;
}
.BgClassName
{
background-color: #A6D8BB;
}
</style>
border-color css
<style>
span { border-color: #A6D8BB; }
span { border-color: rgb(166,216,187); }
td.TdClassName
{
border-color: #A6D8BB;
}
.TagClassName
{
border-color: #A6D8BB;
}
</style>