Shades of Vista Blue #A5CAB6
Tints of Vista Blue #A5CAB6
RGB
CMYK
RGB Variations
Color information
#A5CAB6 (or 0xA5CAB6) is known color: Vista Blue. HEX triplet: A5, CA and B6. RGB value is (165,202,182). Sum of RGB (Red+Green+Blue) = 165+202+182=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CAB6 is #5A3549. Grayscale: #BCBCBC. Windows color (decimal): -5911882 or 11979429. OLE color: 11979429.
HSL color Cylindrical-coordinate representation of color #A5CAB6: hue angle of 147.57º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 182 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.21 |
| HSL | 147.57º | 0.26% | 0.72% | - |
| HSV(B) | 147.57º | 0.18% | 0.79% | - |
| XYZ | 45.08 | 53.62 | 52.23 | - |
| YUV | 188.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 182 | 0.18 | 0 | 0.10 | 0.21 | 147.57 | 0.26 | 0.72 |
| Hex | A5 | CA | B6 | 12 | 0 | A | 15 | 94 | 1A | 48 |
| Octal | 245 | 312 | 266 | 22 | 0 | 12 | 25 | 224 | 32 | 110 |
| Binary | 10100101 | 11001010 | 10110110 | 10010 | 0 | 1010 | 10101 | 10010100 | 11010 | 1001000 |
Color Harmonies of #A5CAB6
Complementary color
Monochromatic Colors of #A5CAB6
Black with #A5CAB6
Text Example
Text Example
White with #A5CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAB6; }
p { color: rgb(165,202,182); }
H1.HeaderClassName
{
color: #A5CAB6;
}
.AnyTagClassName
{
color: #A5CAB6;
}
</style>
background-color css
<style>
a { background-color: #A5CAB6; }
a { background-color: rgb(165,202,182); }
div.DivClassName
{
background-color: #A5CAB6;
}
.BgClassName
{
background-color: #A5CAB6;
}
</style>
border-color css
<style>
span { border-color: #A5CAB6; }
span { border-color: rgb(165,202,182); }
td.TdClassName
{
border-color: #A5CAB6;
}
.TagClassName
{
border-color: #A5CAB6;
}
</style>