Shades of Vista Blue #A6CAB6
Tints of Vista Blue #A6CAB6
RGB
CMYK
RGB Variations
Color information
#A6CAB6 (or 0xA6CAB6) is known color: Vista Blue. HEX triplet: A6, CA and B6. RGB value is (166,202,182). Sum of RGB (Red+Green+Blue) = 166+202+182=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB6 is #593549. Grayscale: #BDBDBD. Windows color (decimal): -5846346 or 11979430. OLE color: 11979430.
HSL color Cylindrical-coordinate representation of color #A6CAB6: hue angle of 146.67º degrees, saturation: 0.25, 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 #A6CAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 182 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.21 |
| HSL | 146.67º | 0.25% | 0.72% | - |
| HSV(B) | 146.67º | 0.18% | 0.79% | - |
| XYZ | 45.29 | 53.73 | 52.24 | - |
| YUV | 188.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 182 | 0.18 | 0 | 0.10 | 0.21 | 146.67 | 0.25 | 0.72 |
| Hex | A6 | CA | B6 | 12 | 0 | A | 15 | 93 | 19 | 48 |
| Octal | 246 | 312 | 266 | 22 | 0 | 12 | 25 | 223 | 31 | 110 |
| Binary | 10100110 | 11001010 | 10110110 | 10010 | 0 | 1010 | 10101 | 10010011 | 11001 | 1001000 |
Color Harmonies of #A6CAB6
Complementary color
Monochromatic Colors of #A6CAB6
Black with #A6CAB6
Text Example
Text Example
White with #A6CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAB6; }
p { color: rgb(166,202,182); }
H1.HeaderClassName
{
color: #A6CAB6;
}
.AnyTagClassName
{
color: #A6CAB6;
}
</style>
background-color css
<style>
a { background-color: #A6CAB6; }
a { background-color: rgb(166,202,182); }
div.DivClassName
{
background-color: #A6CAB6;
}
.BgClassName
{
background-color: #A6CAB6;
}
</style>
border-color css
<style>
span { border-color: #A6CAB6; }
span { border-color: rgb(166,202,182); }
td.TdClassName
{
border-color: #A6CAB6;
}
.TagClassName
{
border-color: #A6CAB6;
}
</style>