Shades of Vista Blue #A1D6C1
Tints of Vista Blue #A1D6C1
RGB
CMYK
RGB Variations
Color information
#A1D6C1 (or 0xA1D6C1) is known color: Vista Blue. HEX triplet: A1, D6 and C1. RGB value is (161,214,193). Sum of RGB (Red+Green+Blue) = 161+214+193=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6C1 is #5E293E. Grayscale: #C3C3C3. Windows color (decimal): -6170943 or 12703393. OLE color: 12703393.
HSL color Cylindrical-coordinate representation of color #A1D6C1: hue angle of 156.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6C1 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 193 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.16 |
| HSL | 156.23º | 0.39% | 0.74% | - |
| HSV(B) | 156.23º | 0.25% | 0.84% | - |
| XYZ | 48.37 | 59.52 | 59.39 | - |
| YUV | 195.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 193 | 0.25 | 0 | 0.10 | 0.16 | 156.23 | 0.39 | 0.74 |
| Hex | A1 | D6 | C1 | 19 | 0 | A | 10 | 9C | 27 | 4A |
| Octal | 241 | 326 | 301 | 31 | 0 | 12 | 20 | 234 | 47 | 112 |
| Binary | 10100001 | 11010110 | 11000001 | 11001 | 0 | 1010 | 10000 | 10011100 | 100111 | 1001010 |
Color Harmonies of #A1D6C1
Complementary color
Monochromatic Colors of #A1D6C1
Black with #A1D6C1
Text Example
Text Example
White with #A1D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6C1; }
p { color: rgb(161,214,193); }
H1.HeaderClassName
{
color: #A1D6C1;
}
.AnyTagClassName
{
color: #A1D6C1;
}
</style>
background-color css
<style>
a { background-color: #A1D6C1; }
a { background-color: rgb(161,214,193); }
div.DivClassName
{
background-color: #A1D6C1;
}
.BgClassName
{
background-color: #A1D6C1;
}
</style>
border-color css
<style>
span { border-color: #A1D6C1; }
span { border-color: rgb(161,214,193); }
td.TdClassName
{
border-color: #A1D6C1;
}
.TagClassName
{
border-color: #A1D6C1;
}
</style>