Shades of Vista Blue #A6D5BF
Tints of Vista Blue #A6D5BF
RGB
CMYK
RGB Variations
Color information
#A6D5BF (or 0xA6D5BF) is known color: Vista Blue. HEX triplet: A6, D5 and BF. RGB value is (166,213,191). Sum of RGB (Red+Green+Blue) = 166+213+191=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5BF is #592A40. Grayscale: #C4C4C4. Windows color (decimal): -5843521 or 12572070. OLE color: 12572070.
HSL color Cylindrical-coordinate representation of color #A6D5BF: hue angle of 151.91º 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 #A6D5BF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 191 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.16 |
| HSL | 151.91º | 0.36% | 0.74% | - |
| HSV(B) | 151.91º | 0.22% | 0.84% | - |
| XYZ | 48.92 | 59.46 | 58.19 | - |
| YUV | 196.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 191 | 0.22 | 0 | 0.10 | 0.16 | 151.91 | 0.36 | 0.74 |
| Hex | A6 | D5 | BF | 16 | 0 | A | 10 | 98 | 24 | 4A |
| Octal | 246 | 325 | 277 | 26 | 0 | 12 | 20 | 230 | 44 | 112 |
| Binary | 10100110 | 11010101 | 10111111 | 10110 | 0 | 1010 | 10000 | 10011000 | 100100 | 1001010 |
Color Harmonies of #A6D5BF
Complementary color
Monochromatic Colors of #A6D5BF
Black with #A6D5BF
Text Example
Text Example
White with #A6D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5BF; }
p { color: rgb(166,213,191); }
H1.HeaderClassName
{
color: #A6D5BF;
}
.AnyTagClassName
{
color: #A6D5BF;
}
</style>
background-color css
<style>
a { background-color: #A6D5BF; }
a { background-color: rgb(166,213,191); }
div.DivClassName
{
background-color: #A6D5BF;
}
.BgClassName
{
background-color: #A6D5BF;
}
</style>
border-color css
<style>
span { border-color: #A6D5BF; }
span { border-color: rgb(166,213,191); }
td.TdClassName
{
border-color: #A6D5BF;
}
.TagClassName
{
border-color: #A6D5BF;
}
</style>