Shades of Vista Blue #A6D6BC
Tints of Vista Blue #A6D6BC
RGB
CMYK
RGB Variations
Color information
#A6D6BC (or 0xA6D6BC) is known color: Vista Blue. HEX triplet: A6, D6 and BC. RGB value is (166,214,188). Sum of RGB (Red+Green+Blue) = 166+214+188=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6BC is #592943. Grayscale: #C4C4C4. Windows color (decimal): -5843268 or 12375718. OLE color: 12375718.
HSL color Cylindrical-coordinate representation of color #A6D6BC: hue angle of 147.5º degrees, saturation: 0.37, 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 #A6D6BC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 188 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.16 |
| HSL | 147.5º | 0.37% | 0.75% | - |
| HSV(B) | 147.5º | 0.22% | 0.84% | - |
| XYZ | 48.85 | 59.83 | 56.55 | - |
| YUV | 196.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 188 | 0.22 | 0 | 0.12 | 0.16 | 147.5 | 0.37 | 0.75 |
| Hex | A6 | D6 | BC | 16 | 0 | C | 10 | 94 | 25 | 4B |
| Octal | 246 | 326 | 274 | 26 | 0 | 14 | 20 | 224 | 45 | 113 |
| Binary | 10100110 | 11010110 | 10111100 | 10110 | 0 | 1100 | 10000 | 10010100 | 100101 | 1001011 |
Color Harmonies of #A6D6BC
Complementary color
Monochromatic Colors of #A6D6BC
Black with #A6D6BC
Text Example
Text Example
White with #A6D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6BC; }
p { color: rgb(166,214,188); }
H1.HeaderClassName
{
color: #A6D6BC;
}
.AnyTagClassName
{
color: #A6D6BC;
}
</style>
background-color css
<style>
a { background-color: #A6D6BC; }
a { background-color: rgb(166,214,188); }
div.DivClassName
{
background-color: #A6D6BC;
}
.BgClassName
{
background-color: #A6D6BC;
}
</style>
border-color css
<style>
span { border-color: #A6D6BC; }
span { border-color: rgb(166,214,188); }
td.TdClassName
{
border-color: #A6D6BC;
}
.TagClassName
{
border-color: #A6D6BC;
}
</style>