Shades of Vista Blue #A0D9C0
Tints of Vista Blue #A0D9C0
RGB
CMYK
RGB Variations
Color information
#A0D9C0 (or 0xA0D9C0) is known color: Vista Blue. HEX triplet: A0, D9 and C0. RGB value is (160,217,192). Sum of RGB (Red+Green+Blue) = 160+217+192=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9C0 is #5F263F. Grayscale: #C5C5C5. Windows color (decimal): -6235712 or 12638624. OLE color: 12638624.
HSL color Cylindrical-coordinate representation of color #A0D9C0: hue angle of 153.68º degrees, saturation: 0.43, 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 #A0D9C0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 192 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.15 |
| HSL | 153.68º | 0.43% | 0.74% | - |
| HSV(B) | 153.68º | 0.26% | 0.85% | - |
| XYZ | 48.82 | 60.91 | 59.05 | - |
| YUV | 197.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 192 | 0.26 | 0 | 0.12 | 0.15 | 153.68 | 0.43 | 0.74 |
| Hex | A0 | D9 | C0 | 1A | 0 | C | F | 9A | 2B | 4A |
| Octal | 240 | 331 | 300 | 32 | 0 | 14 | 17 | 232 | 53 | 112 |
| Binary | 10100000 | 11011001 | 11000000 | 11010 | 0 | 1100 | 1111 | 10011010 | 101011 | 1001010 |
Color Harmonies of #A0D9C0
Complementary color
Monochromatic Colors of #A0D9C0
Black with #A0D9C0
Text Example
Text Example
White with #A0D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9C0; }
p { color: rgb(160,217,192); }
H1.HeaderClassName
{
color: #A0D9C0;
}
.AnyTagClassName
{
color: #A0D9C0;
}
</style>
background-color css
<style>
a { background-color: #A0D9C0; }
a { background-color: rgb(160,217,192); }
div.DivClassName
{
background-color: #A0D9C0;
}
.BgClassName
{
background-color: #A0D9C0;
}
</style>
border-color css
<style>
span { border-color: #A0D9C0; }
span { border-color: rgb(160,217,192); }
td.TdClassName
{
border-color: #A0D9C0;
}
.TagClassName
{
border-color: #A0D9C0;
}
</style>