Shades of Vista Blue #A6D5C0
Tints of Vista Blue #A6D5C0
RGB
CMYK
RGB Variations
Color information
#A6D5C0 (or 0xA6D5C0) is known color: Vista Blue. HEX triplet: A6, D5 and C0. RGB value is (166,213,192). Sum of RGB (Red+Green+Blue) = 166+213+192=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5C0 is #592A3F. Grayscale: #C4C4C4. Windows color (decimal): -5843520 or 12637606. OLE color: 12637606.
HSL color Cylindrical-coordinate representation of color #A6D5C0: hue angle of 153.19º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5C0 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 192 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.16 |
| HSL | 153.19º | 0.36% | 0.74% | - |
| HSV(B) | 153.19º | 0.22% | 0.84% | - |
| XYZ | 49.03 | 59.5 | 58.77 | - |
| YUV | 196.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 192 | 0.22 | 0 | 0.10 | 0.16 | 153.19 | 0.36 | 0.74 |
| Hex | A6 | D5 | C0 | 16 | 0 | A | 10 | 99 | 24 | 4A |
| Octal | 246 | 325 | 300 | 26 | 0 | 12 | 20 | 231 | 44 | 112 |
| Binary | 10100110 | 11010101 | 11000000 | 10110 | 0 | 1010 | 10000 | 10011001 | 100100 | 1001010 |
Color Harmonies of #A6D5C0
Complementary color
Monochromatic Colors of #A6D5C0
Black with #A6D5C0
Text Example
Text Example
White with #A6D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5C0; }
p { color: rgb(166,213,192); }
H1.HeaderClassName
{
color: #A6D5C0;
}
.AnyTagClassName
{
color: #A6D5C0;
}
</style>
background-color css
<style>
a { background-color: #A6D5C0; }
a { background-color: rgb(166,213,192); }
div.DivClassName
{
background-color: #A6D5C0;
}
.BgClassName
{
background-color: #A6D5C0;
}
</style>
border-color css
<style>
span { border-color: #A6D5C0; }
span { border-color: rgb(166,213,192); }
td.TdClassName
{
border-color: #A6D5C0;
}
.TagClassName
{
border-color: #A6D5C0;
}
</style>