Shades of Vista Blue #A0CAB6
Tints of Vista Blue #A0CAB6
RGB
CMYK
RGB Variations
Color information
#A0CAB6 (or 0xA0CAB6) is known color: Vista Blue. HEX triplet: A0, CA and B6. RGB value is (160,202,182). Sum of RGB (Red+Green+Blue) = 160+202+182=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAB6 is #5F3549. Grayscale: #BBBBBB. Windows color (decimal): -6239562 or 11979424. OLE color: 11979424.
HSL color Cylindrical-coordinate representation of color #A0CAB6: hue angle of 151.43º 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 #A0CAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 182 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.21 |
| HSL | 151.43º | 0.28% | 0.71% | - |
| HSV(B) | 151.43º | 0.21% | 0.79% | - |
| XYZ | 44.06 | 53.09 | 52.18 | - |
| YUV | 187.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 182 | 0.21 | 0 | 0.10 | 0.21 | 151.43 | 0.28 | 0.71 |
| Hex | A0 | CA | B6 | 15 | 0 | A | 15 | 97 | 1C | 47 |
| Octal | 240 | 312 | 266 | 25 | 0 | 12 | 25 | 227 | 34 | 107 |
| Binary | 10100000 | 11001010 | 10110110 | 10101 | 0 | 1010 | 10101 | 10010111 | 11100 | 1000111 |
Color Harmonies of #A0CAB6
Complementary color
Monochromatic Colors of #A0CAB6
Black with #A0CAB6
Text Example
Text Example
White with #A0CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAB6; }
p { color: rgb(160,202,182); }
H1.HeaderClassName
{
color: #A0CAB6;
}
.AnyTagClassName
{
color: #A0CAB6;
}
</style>
background-color css
<style>
a { background-color: #A0CAB6; }
a { background-color: rgb(160,202,182); }
div.DivClassName
{
background-color: #A0CAB6;
}
.BgClassName
{
background-color: #A0CAB6;
}
</style>
border-color css
<style>
span { border-color: #A0CAB6; }
span { border-color: rgb(160,202,182); }
td.TdClassName
{
border-color: #A0CAB6;
}
.TagClassName
{
border-color: #A0CAB6;
}
</style>