Shades of Vista Blue #A1D5C1
Tints of Vista Blue #A1D5C1
RGB
CMYK
RGB Variations
Color information
#A1D5C1 (or 0xA1D5C1) is known color: Vista Blue. HEX triplet: A1, D5 and C1. RGB value is (161,213,193). Sum of RGB (Red+Green+Blue) = 161+213+193=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5C1 is #5E2A3E. Grayscale: #C3C3C3. Windows color (decimal): -6171199 or 12703137. OLE color: 12703137.
HSL color Cylindrical-coordinate representation of color #A1D5C1: hue angle of 156.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5C1 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 193 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.16 |
| HSL | 156.92º | 0.38% | 0.73% | - |
| HSV(B) | 156.92º | 0.24% | 0.84% | - |
| XYZ | 48.12 | 59.02 | 59.31 | - |
| YUV | 195.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 193 | 0.24 | 0 | 0.09 | 0.16 | 156.92 | 0.38 | 0.73 |
| Hex | A1 | D5 | C1 | 18 | 0 | 9 | 10 | 9D | 26 | 49 |
| Octal | 241 | 325 | 301 | 30 | 0 | 11 | 20 | 235 | 46 | 111 |
| Binary | 10100001 | 11010101 | 11000001 | 11000 | 0 | 1001 | 10000 | 10011101 | 100110 | 1001001 |
Color Harmonies of #A1D5C1
Complementary color
Monochromatic Colors of #A1D5C1
Black with #A1D5C1
Text Example
Text Example
White with #A1D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5C1; }
p { color: rgb(161,213,193); }
H1.HeaderClassName
{
color: #A1D5C1;
}
.AnyTagClassName
{
color: #A1D5C1;
}
</style>
background-color css
<style>
a { background-color: #A1D5C1; }
a { background-color: rgb(161,213,193); }
div.DivClassName
{
background-color: #A1D5C1;
}
.BgClassName
{
background-color: #A1D5C1;
}
</style>
border-color css
<style>
span { border-color: #A1D5C1; }
span { border-color: rgb(161,213,193); }
td.TdClassName
{
border-color: #A1D5C1;
}
.TagClassName
{
border-color: #A1D5C1;
}
</style>