Shades of Vista Blue #A1D9C3
Tints of Vista Blue #A1D9C3
RGB
CMYK
RGB Variations
Color information
#A1D9C3 (or 0xA1D9C3) is known color: Vista Blue. HEX triplet: A1, D9 and C3. RGB value is (161,217,195). Sum of RGB (Red+Green+Blue) = 161+217+195=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9C3 is #5E263C. Grayscale: #C5C5C5. Windows color (decimal): -6170173 or 12835233. OLE color: 12835233.
HSL color Cylindrical-coordinate representation of color #A1D9C3: hue angle of 156.43º 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 #A1D9C3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 195 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.15 |
| HSL | 156.43º | 0.42% | 0.74% | - |
| HSV(B) | 156.43º | 0.26% | 0.85% | - |
| XYZ | 49.36 | 61.14 | 60.83 | - |
| YUV | 197.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 195 | 0.26 | 0 | 0.10 | 0.15 | 156.43 | 0.42 | 0.74 |
| Hex | A1 | D9 | C3 | 1A | 0 | A | F | 9C | 2A | 4A |
| Octal | 241 | 331 | 303 | 32 | 0 | 12 | 17 | 234 | 52 | 112 |
| Binary | 10100001 | 11011001 | 11000011 | 11010 | 0 | 1010 | 1111 | 10011100 | 101010 | 1001010 |
Color Harmonies of #A1D9C3
Complementary color
Monochromatic Colors of #A1D9C3
Black with #A1D9C3
Text Example
Text Example
White with #A1D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9C3; }
p { color: rgb(161,217,195); }
H1.HeaderClassName
{
color: #A1D9C3;
}
.AnyTagClassName
{
color: #A1D9C3;
}
</style>
background-color css
<style>
a { background-color: #A1D9C3; }
a { background-color: rgb(161,217,195); }
div.DivClassName
{
background-color: #A1D9C3;
}
.BgClassName
{
background-color: #A1D9C3;
}
</style>
border-color css
<style>
span { border-color: #A1D9C3; }
span { border-color: rgb(161,217,195); }
td.TdClassName
{
border-color: #A1D9C3;
}
.TagClassName
{
border-color: #A1D9C3;
}
</style>