Shades of Vista Blue #A3CAB3
Tints of Vista Blue #A3CAB3
RGB
CMYK
RGB Variations
Color information
#A3CAB3 (or 0xA3CAB3) is known color: Vista Blue. HEX triplet: A3, CA and B3. RGB value is (163,202,179). Sum of RGB (Red+Green+Blue) = 163+202+179=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAB3 is #5C354C. Grayscale: #BBBBBB. Windows color (decimal): -6042957 or 11782819. OLE color: 11782819.
HSL color Cylindrical-coordinate representation of color #A3CAB3: hue angle of 144.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAB3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 179 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.21 |
| HSL | 144.62º | 0.27% | 0.72% | - |
| HSV(B) | 144.62º | 0.19% | 0.79% | - |
| XYZ | 44.36 | 53.28 | 50.59 | - |
| YUV | 187.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 179 | 0.19 | 0 | 0.11 | 0.21 | 144.62 | 0.27 | 0.72 |
| Hex | A3 | CA | B3 | 13 | 0 | B | 15 | 91 | 1B | 48 |
| Octal | 243 | 312 | 263 | 23 | 0 | 13 | 25 | 221 | 33 | 110 |
| Binary | 10100011 | 11001010 | 10110011 | 10011 | 0 | 1011 | 10101 | 10010001 | 11011 | 1001000 |
Color Harmonies of #A3CAB3
Complementary color
Monochromatic Colors of #A3CAB3
Black with #A3CAB3
Text Example
Text Example
White with #A3CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAB3; }
p { color: rgb(163,202,179); }
H1.HeaderClassName
{
color: #A3CAB3;
}
.AnyTagClassName
{
color: #A3CAB3;
}
</style>
background-color css
<style>
a { background-color: #A3CAB3; }
a { background-color: rgb(163,202,179); }
div.DivClassName
{
background-color: #A3CAB3;
}
.BgClassName
{
background-color: #A3CAB3;
}
</style>
border-color css
<style>
span { border-color: #A3CAB3; }
span { border-color: rgb(163,202,179); }
td.TdClassName
{
border-color: #A3CAB3;
}
.TagClassName
{
border-color: #A3CAB3;
}
</style>