Shades of Vista Blue #A1D7C2
Tints of Vista Blue #A1D7C2
RGB
CMYK
RGB Variations
Color information
#A1D7C2 (or 0xA1D7C2) is known color: Vista Blue. HEX triplet: A1, D7 and C2. RGB value is (161,215,194). Sum of RGB (Red+Green+Blue) = 161+215+194=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7C2 is #5E283D. Grayscale: #C4C4C4. Windows color (decimal): -6170686 or 12769185. OLE color: 12769185.
HSL color Cylindrical-coordinate representation of color #A1D7C2: hue angle of 156.67º degrees, saturation: 0.4, 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 #A1D7C2 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 194 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.16 |
| HSL | 156.67º | 0.4% | 0.74% | - |
| HSV(B) | 156.67º | 0.25% | 0.84% | - |
| XYZ | 48.74 | 60.07 | 60.07 | - |
| YUV | 196.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 194 | 0.25 | 0 | 0.10 | 0.16 | 156.67 | 0.4 | 0.74 |
| Hex | A1 | D7 | C2 | 19 | 0 | A | 10 | 9D | 28 | 4A |
| Octal | 241 | 327 | 302 | 31 | 0 | 12 | 20 | 235 | 50 | 112 |
| Binary | 10100001 | 11010111 | 11000010 | 11001 | 0 | 1010 | 10000 | 10011101 | 101000 | 1001010 |
Color Harmonies of #A1D7C2
Complementary color
Monochromatic Colors of #A1D7C2
Black with #A1D7C2
Text Example
Text Example
White with #A1D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7C2; }
p { color: rgb(161,215,194); }
H1.HeaderClassName
{
color: #A1D7C2;
}
.AnyTagClassName
{
color: #A1D7C2;
}
</style>
background-color css
<style>
a { background-color: #A1D7C2; }
a { background-color: rgb(161,215,194); }
div.DivClassName
{
background-color: #A1D7C2;
}
.BgClassName
{
background-color: #A1D7C2;
}
</style>
border-color css
<style>
span { border-color: #A1D7C2; }
span { border-color: rgb(161,215,194); }
td.TdClassName
{
border-color: #A1D7C2;
}
.TagClassName
{
border-color: #A1D7C2;
}
</style>