Shades of Vista Blue #A6DABA
Tints of Vista Blue #A6DABA
RGB
CMYK
RGB Variations
Color information
#A6DABA (or 0xA6DABA) is known color: Vista Blue. HEX triplet: A6, DA and BA. RGB value is (166,218,186). Sum of RGB (Red+Green+Blue) = 166+218+186=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DABA is #592545. Grayscale: #C6C6C6. Windows color (decimal): -5842246 or 12245670. OLE color: 12245670.
HSL color Cylindrical-coordinate representation of color #A6DABA: hue angle of 143.08º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DABA is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 186 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.15 |
| HSL | 143.08º | 0.41% | 0.75% | - |
| HSV(B) | 143.08º | 0.24% | 0.85% | - |
| XYZ | 49.66 | 61.79 | 55.76 | - |
| YUV | 198.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 186 | 0.24 | 0 | 0.15 | 0.15 | 143.08 | 0.41 | 0.75 |
| Hex | A6 | DA | BA | 18 | 0 | F | F | 8F | 29 | 4B |
| Octal | 246 | 332 | 272 | 30 | 0 | 17 | 17 | 217 | 51 | 113 |
| Binary | 10100110 | 11011010 | 10111010 | 11000 | 0 | 1111 | 1111 | 10001111 | 101001 | 1001011 |
Color Harmonies of #A6DABA
Complementary color
Monochromatic Colors of #A6DABA
Black with #A6DABA
Text Example
Text Example
White with #A6DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DABA; }
p { color: rgb(166,218,186); }
H1.HeaderClassName
{
color: #A6DABA;
}
.AnyTagClassName
{
color: #A6DABA;
}
</style>
background-color css
<style>
a { background-color: #A6DABA; }
a { background-color: rgb(166,218,186); }
div.DivClassName
{
background-color: #A6DABA;
}
.BgClassName
{
background-color: #A6DABA;
}
</style>
border-color css
<style>
span { border-color: #A6DABA; }
span { border-color: rgb(166,218,186); }
td.TdClassName
{
border-color: #A6DABA;
}
.TagClassName
{
border-color: #A6DABA;
}
</style>