Shades of Vista Blue #A1D9B9
Tints of Vista Blue #A1D9B9
RGB
CMYK
RGB Variations
Color information
#A1D9B9 (or 0xA1D9B9) is known color: Vista Blue. HEX triplet: A1, D9 and B9. RGB value is (161,217,185). Sum of RGB (Red+Green+Blue) = 161+217+185=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9B9 is #5E2646. Grayscale: #C4C4C4. Windows color (decimal): -6170183 or 12179873. OLE color: 12179873.
HSL color Cylindrical-coordinate representation of color #A1D9B9: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9B9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 185 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.15 |
| HSL | 145.71º | 0.42% | 0.74% | - |
| HSV(B) | 145.71º | 0.26% | 0.85% | - |
| XYZ | 48.27 | 60.71 | 55.07 | - |
| YUV | 196.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 185 | 0.26 | 0 | 0.15 | 0.15 | 145.71 | 0.42 | 0.74 |
| Hex | A1 | D9 | B9 | 1A | 0 | F | F | 92 | 2A | 4A |
| Octal | 241 | 331 | 271 | 32 | 0 | 17 | 17 | 222 | 52 | 112 |
| Binary | 10100001 | 11011001 | 10111001 | 11010 | 0 | 1111 | 1111 | 10010010 | 101010 | 1001010 |
Color Harmonies of #A1D9B9
Complementary color
Monochromatic Colors of #A1D9B9
Black with #A1D9B9
Text Example
Text Example
White with #A1D9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9B9; }
p { color: rgb(161,217,185); }
H1.HeaderClassName
{
color: #A1D9B9;
}
.AnyTagClassName
{
color: #A1D9B9;
}
</style>
background-color css
<style>
a { background-color: #A1D9B9; }
a { background-color: rgb(161,217,185); }
div.DivClassName
{
background-color: #A1D9B9;
}
.BgClassName
{
background-color: #A1D9B9;
}
</style>
border-color css
<style>
span { border-color: #A1D9B9; }
span { border-color: rgb(161,217,185); }
td.TdClassName
{
border-color: #A1D9B9;
}
.TagClassName
{
border-color: #A1D9B9;
}
</style>