Shades of Vista Blue #A6CDB9
Tints of Vista Blue #A6CDB9
RGB
CMYK
RGB Variations
Color information
#A6CDB9 (or 0xA6CDB9) is known color: Vista Blue. HEX triplet: A6, CD and B9. RGB value is (166,205,185). Sum of RGB (Red+Green+Blue) = 166+205+185=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDB9 is #593246. Grayscale: #BFBFBF. Windows color (decimal): -5845575 or 12176806. OLE color: 12176806.
HSL color Cylindrical-coordinate representation of color #A6CDB9: hue angle of 149.23º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDB9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 185 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.20 |
| HSL | 149.23º | 0.28% | 0.73% | - |
| HSV(B) | 149.23º | 0.19% | 0.8% | - |
| XYZ | 46.31 | 55.27 | 54.13 | - |
| YUV | 191.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 185 | 0.19 | 0 | 0.10 | 0.20 | 149.23 | 0.28 | 0.73 |
| Hex | A6 | CD | B9 | 13 | 0 | A | 14 | 95 | 1C | 49 |
| Octal | 246 | 315 | 271 | 23 | 0 | 12 | 24 | 225 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10111001 | 10011 | 0 | 1010 | 10100 | 10010101 | 11100 | 1001001 |
Color Harmonies of #A6CDB9
Complementary color
Monochromatic Colors of #A6CDB9
Black with #A6CDB9
Text Example
Text Example
White with #A6CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDB9; }
p { color: rgb(166,205,185); }
H1.HeaderClassName
{
color: #A6CDB9;
}
.AnyTagClassName
{
color: #A6CDB9;
}
</style>
background-color css
<style>
a { background-color: #A6CDB9; }
a { background-color: rgb(166,205,185); }
div.DivClassName
{
background-color: #A6CDB9;
}
.BgClassName
{
background-color: #A6CDB9;
}
</style>
border-color css
<style>
span { border-color: #A6CDB9; }
span { border-color: rgb(166,205,185); }
td.TdClassName
{
border-color: #A6CDB9;
}
.TagClassName
{
border-color: #A6CDB9;
}
</style>