Shades of Vista Blue #A2DDC0
Tints of Vista Blue #A2DDC0
RGB
CMYK
RGB Variations
Color information
#A2DDC0 (or 0xA2DDC0) is known color: Vista Blue. HEX triplet: A2, DD and C0. RGB value is (162,221,192). Sum of RGB (Red+Green+Blue) = 162+221+192=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDC0 is #5D223F. Grayscale: #C8C8C8. Windows color (decimal): -6103616 or 12639650. OLE color: 12639650.
HSL color Cylindrical-coordinate representation of color #A2DDC0: hue angle of 150.51º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDC0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 192 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.13 |
| HSL | 150.51º | 0.46% | 0.75% | - |
| HSV(B) | 150.51º | 0.27% | 0.87% | - |
| XYZ | 50.27 | 63.2 | 59.42 | - |
| YUV | 200.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 192 | 0.27 | 0 | 0.13 | 0.13 | 150.51 | 0.46 | 0.75 |
| Hex | A2 | DD | C0 | 1B | 0 | D | D | 97 | 2E | 4B |
| Octal | 242 | 335 | 300 | 33 | 0 | 15 | 15 | 227 | 56 | 113 |
| Binary | 10100010 | 11011101 | 11000000 | 11011 | 0 | 1101 | 1101 | 10010111 | 101110 | 1001011 |
Color Harmonies of #A2DDC0
Complementary color
Monochromatic Colors of #A2DDC0
Black with #A2DDC0
Text Example
Text Example
White with #A2DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDC0; }
p { color: rgb(162,221,192); }
H1.HeaderClassName
{
color: #A2DDC0;
}
.AnyTagClassName
{
color: #A2DDC0;
}
</style>
background-color css
<style>
a { background-color: #A2DDC0; }
a { background-color: rgb(162,221,192); }
div.DivClassName
{
background-color: #A2DDC0;
}
.BgClassName
{
background-color: #A2DDC0;
}
</style>
border-color css
<style>
span { border-color: #A2DDC0; }
span { border-color: rgb(162,221,192); }
td.TdClassName
{
border-color: #A2DDC0;
}
.TagClassName
{
border-color: #A2DDC0;
}
</style>