Shades of Vista Blue #A1D9C0
Tints of Vista Blue #A1D9C0
RGB
CMYK
RGB Variations
Color information
#A1D9C0 (or 0xA1D9C0) is known color: Vista Blue. HEX triplet: A1, D9 and C0. RGB value is (161,217,192). Sum of RGB (Red+Green+Blue) = 161+217+192=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9C0 is #5E263F. Grayscale: #C5C5C5. Windows color (decimal): -6170176 or 12638625. OLE color: 12638625.
HSL color Cylindrical-coordinate representation of color #A1D9C0: hue angle of 153.21º 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 #A1D9C0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 192 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.15 |
| HSL | 153.21º | 0.42% | 0.74% | - |
| HSV(B) | 153.21º | 0.26% | 0.85% | - |
| XYZ | 49.03 | 61.01 | 59.06 | - |
| YUV | 197.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 192 | 0.26 | 0 | 0.12 | 0.15 | 153.21 | 0.42 | 0.74 |
| Hex | A1 | D9 | C0 | 1A | 0 | C | F | 99 | 2A | 4A |
| Octal | 241 | 331 | 300 | 32 | 0 | 14 | 17 | 231 | 52 | 112 |
| Binary | 10100001 | 11011001 | 11000000 | 11010 | 0 | 1100 | 1111 | 10011001 | 101010 | 1001010 |
Color Harmonies of #A1D9C0
Complementary color
Monochromatic Colors of #A1D9C0
Black with #A1D9C0
Text Example
Text Example
White with #A1D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9C0; }
p { color: rgb(161,217,192); }
H1.HeaderClassName
{
color: #A1D9C0;
}
.AnyTagClassName
{
color: #A1D9C0;
}
</style>
background-color css
<style>
a { background-color: #A1D9C0; }
a { background-color: rgb(161,217,192); }
div.DivClassName
{
background-color: #A1D9C0;
}
.BgClassName
{
background-color: #A1D9C0;
}
</style>
border-color css
<style>
span { border-color: #A1D9C0; }
span { border-color: rgb(161,217,192); }
td.TdClassName
{
border-color: #A1D9C0;
}
.TagClassName
{
border-color: #A1D9C0;
}
</style>