Shades of Vista Blue #A2D7C1
Tints of Vista Blue #A2D7C1
RGB
CMYK
RGB Variations
Color information
#A2D7C1 (or 0xA2D7C1) is known color: Vista Blue. HEX triplet: A2, D7 and C1. RGB value is (162,215,193). Sum of RGB (Red+Green+Blue) = 162+215+193=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7C1 is #5D283E. Grayscale: #C4C4C4. Windows color (decimal): -6105151 or 12703650. OLE color: 12703650.
HSL color Cylindrical-coordinate representation of color #A2D7C1: hue angle of 155.09º 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 #A2D7C1 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 193 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.16 |
| HSL | 155.09º | 0.4% | 0.74% | - |
| HSV(B) | 155.09º | 0.25% | 0.84% | - |
| XYZ | 48.83 | 60.13 | 59.49 | - |
| YUV | 196.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 193 | 0.25 | 0 | 0.10 | 0.16 | 155.09 | 0.4 | 0.74 |
| Hex | A2 | D7 | C1 | 19 | 0 | A | 10 | 9B | 28 | 4A |
| Octal | 242 | 327 | 301 | 31 | 0 | 12 | 20 | 233 | 50 | 112 |
| Binary | 10100010 | 11010111 | 11000001 | 11001 | 0 | 1010 | 10000 | 10011011 | 101000 | 1001010 |
Color Harmonies of #A2D7C1
Complementary color
Monochromatic Colors of #A2D7C1
Black with #A2D7C1
Text Example
Text Example
White with #A2D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7C1; }
p { color: rgb(162,215,193); }
H1.HeaderClassName
{
color: #A2D7C1;
}
.AnyTagClassName
{
color: #A2D7C1;
}
</style>
background-color css
<style>
a { background-color: #A2D7C1; }
a { background-color: rgb(162,215,193); }
div.DivClassName
{
background-color: #A2D7C1;
}
.BgClassName
{
background-color: #A2D7C1;
}
</style>
border-color css
<style>
span { border-color: #A2D7C1; }
span { border-color: rgb(162,215,193); }
td.TdClassName
{
border-color: #A2D7C1;
}
.TagClassName
{
border-color: #A2D7C1;
}
</style>