Shades of Vista Blue #A6CAB8
Tints of Vista Blue #A6CAB8
RGB
CMYK
RGB Variations
Color information
#A6CAB8 (or 0xA6CAB8) is known color: Vista Blue. HEX triplet: A6, CA and B8. RGB value is (166,202,184). Sum of RGB (Red+Green+Blue) = 166+202+184=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB8 is #593547. Grayscale: #BDBDBD. Windows color (decimal): -5846344 or 12110502. OLE color: 12110502.
HSL color Cylindrical-coordinate representation of color #A6CAB8: hue angle of 150º 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 #A6CAB8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 184 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.21 |
| HSL | 150º | 0.25% | 0.72% | - |
| HSV(B) | 150º | 0.18% | 0.79% | - |
| XYZ | 45.5 | 53.81 | 53.34 | - |
| YUV | 189.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 184 | 0.18 | 0 | 0.09 | 0.21 | 150 | 0.25 | 0.72 |
| Hex | A6 | CA | B8 | 12 | 0 | 9 | 15 | 96 | 19 | 48 |
| Octal | 246 | 312 | 270 | 22 | 0 | 11 | 25 | 226 | 31 | 110 |
| Binary | 10100110 | 11001010 | 10111000 | 10010 | 0 | 1001 | 10101 | 10010110 | 11001 | 1001000 |
Color Harmonies of #A6CAB8
Complementary color
Monochromatic Colors of #A6CAB8
Black with #A6CAB8
Text Example
Text Example
White with #A6CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAB8; }
p { color: rgb(166,202,184); }
H1.HeaderClassName
{
color: #A6CAB8;
}
.AnyTagClassName
{
color: #A6CAB8;
}
</style>
background-color css
<style>
a { background-color: #A6CAB8; }
a { background-color: rgb(166,202,184); }
div.DivClassName
{
background-color: #A6CAB8;
}
.BgClassName
{
background-color: #A6CAB8;
}
</style>
border-color css
<style>
span { border-color: #A6CAB8; }
span { border-color: rgb(166,202,184); }
td.TdClassName
{
border-color: #A6CAB8;
}
.TagClassName
{
border-color: #A6CAB8;
}
</style>