Shades of Vista Blue #A6DBC0
Tints of Vista Blue #A6DBC0
RGB
CMYK
RGB Variations
Color information
#A6DBC0 (or 0xA6DBC0) is known color: Vista Blue. HEX triplet: A6, DB and C0. RGB value is (166,219,192). Sum of RGB (Red+Green+Blue) = 166+219+192=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBC0 is #59243F. Grayscale: #C8C8C8. Windows color (decimal): -5841984 or 12639142. OLE color: 12639142.
HSL color Cylindrical-coordinate representation of color #A6DBC0: hue angle of 149.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBC0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 192 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.14 |
| HSL | 149.43º | 0.42% | 0.75% | - |
| HSV(B) | 149.43º | 0.24% | 0.86% | - |
| XYZ | 50.57 | 62.58 | 59.28 | - |
| YUV | 200.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 192 | 0.24 | 0 | 0.12 | 0.14 | 149.43 | 0.42 | 0.75 |
| Hex | A6 | DB | C0 | 18 | 0 | C | E | 95 | 2A | 4B |
| Octal | 246 | 333 | 300 | 30 | 0 | 14 | 16 | 225 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11000000 | 11000 | 0 | 1100 | 1110 | 10010101 | 101010 | 1001011 |
Color Harmonies of #A6DBC0
Complementary color
Monochromatic Colors of #A6DBC0
Black with #A6DBC0
Text Example
Text Example
White with #A6DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBC0; }
p { color: rgb(166,219,192); }
H1.HeaderClassName
{
color: #A6DBC0;
}
.AnyTagClassName
{
color: #A6DBC0;
}
</style>
background-color css
<style>
a { background-color: #A6DBC0; }
a { background-color: rgb(166,219,192); }
div.DivClassName
{
background-color: #A6DBC0;
}
.BgClassName
{
background-color: #A6DBC0;
}
</style>
border-color css
<style>
span { border-color: #A6DBC0; }
span { border-color: rgb(166,219,192); }
td.TdClassName
{
border-color: #A6DBC0;
}
.TagClassName
{
border-color: #A6DBC0;
}
</style>