Shades of Vista Blue #A0CAB0
Tints of Vista Blue #A0CAB0
RGB
CMYK
RGB Variations
Color information
#A0CAB0 (or 0xA0CAB0) is known color: Vista Blue. HEX triplet: A0, CA and B0. RGB value is (160,202,176). Sum of RGB (Red+Green+Blue) = 160+202+176=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAB0 is #5F354F. Grayscale: #BABABA. Windows color (decimal): -6239568 or 11586208. OLE color: 11586208.
HSL color Cylindrical-coordinate representation of color #A0CAB0: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 176 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.21 |
| HSL | 142.86º | 0.28% | 0.71% | - |
| HSV(B) | 142.86º | 0.21% | 0.79% | - |
| XYZ | 43.45 | 52.85 | 48.98 | - |
| YUV | 186.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 176 | 0.21 | 0 | 0.13 | 0.21 | 142.86 | 0.28 | 0.71 |
| Hex | A0 | CA | B0 | 15 | 0 | D | 15 | 8F | 1C | 47 |
| Octal | 240 | 312 | 260 | 25 | 0 | 15 | 25 | 217 | 34 | 107 |
| Binary | 10100000 | 11001010 | 10110000 | 10101 | 0 | 1101 | 10101 | 10001111 | 11100 | 1000111 |
Color Harmonies of #A0CAB0
Complementary color
Monochromatic Colors of #A0CAB0
Black with #A0CAB0
Text Example
Text Example
White with #A0CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAB0; }
p { color: rgb(160,202,176); }
H1.HeaderClassName
{
color: #A0CAB0;
}
.AnyTagClassName
{
color: #A0CAB0;
}
</style>
background-color css
<style>
a { background-color: #A0CAB0; }
a { background-color: rgb(160,202,176); }
div.DivClassName
{
background-color: #A0CAB0;
}
.BgClassName
{
background-color: #A0CAB0;
}
</style>
border-color css
<style>
span { border-color: #A0CAB0; }
span { border-color: rgb(160,202,176); }
td.TdClassName
{
border-color: #A0CAB0;
}
.TagClassName
{
border-color: #A0CAB0;
}
</style>