Shades of Vista Blue #A0CAB2
Tints of Vista Blue #A0CAB2
RGB
CMYK
RGB Variations
Color information
#A0CAB2 (or 0xA0CAB2) is known color: Vista Blue. HEX triplet: A0, CA and B2. RGB value is (160,202,178). Sum of RGB (Red+Green+Blue) = 160+202+178=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAB2 is #5F354D. Grayscale: #BABABA. Windows color (decimal): -6239566 or 11717280. OLE color: 11717280.
HSL color Cylindrical-coordinate representation of color #A0CAB2: hue angle of 145.71º 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 #A0CAB2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 178 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.21 |
| HSL | 145.71º | 0.28% | 0.71% | - |
| HSV(B) | 145.71º | 0.21% | 0.79% | - |
| XYZ | 43.65 | 52.93 | 50.04 | - |
| YUV | 186.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 178 | 0.21 | 0 | 0.12 | 0.21 | 145.71 | 0.28 | 0.71 |
| Hex | A0 | CA | B2 | 15 | 0 | C | 15 | 92 | 1C | 47 |
| Octal | 240 | 312 | 262 | 25 | 0 | 14 | 25 | 222 | 34 | 107 |
| Binary | 10100000 | 11001010 | 10110010 | 10101 | 0 | 1100 | 10101 | 10010010 | 11100 | 1000111 |
Color Harmonies of #A0CAB2
Complementary color
Monochromatic Colors of #A0CAB2
Black with #A0CAB2
Text Example
Text Example
White with #A0CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAB2; }
p { color: rgb(160,202,178); }
H1.HeaderClassName
{
color: #A0CAB2;
}
.AnyTagClassName
{
color: #A0CAB2;
}
</style>
background-color css
<style>
a { background-color: #A0CAB2; }
a { background-color: rgb(160,202,178); }
div.DivClassName
{
background-color: #A0CAB2;
}
.BgClassName
{
background-color: #A0CAB2;
}
</style>
border-color css
<style>
span { border-color: #A0CAB2; }
span { border-color: rgb(160,202,178); }
td.TdClassName
{
border-color: #A0CAB2;
}
.TagClassName
{
border-color: #A0CAB2;
}
</style>