Shades of Vista Blue #A6DABC
Tints of Vista Blue #A6DABC
RGB
CMYK
RGB Variations
Color information
#A6DABC (or 0xA6DABC) is known color: Vista Blue. HEX triplet: A6, DA and BC. RGB value is (166,218,188). Sum of RGB (Red+Green+Blue) = 166+218+188=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DABC is #592543. Grayscale: #C7C7C7. Windows color (decimal): -5842244 or 12376742. OLE color: 12376742.
HSL color Cylindrical-coordinate representation of color #A6DABC: hue angle of 145.38º 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 #A6DABC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 188 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.15 |
| HSL | 145.38º | 0.41% | 0.75% | - |
| HSV(B) | 145.38º | 0.24% | 0.85% | - |
| XYZ | 49.87 | 61.88 | 56.89 | - |
| YUV | 199.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 188 | 0.24 | 0 | 0.14 | 0.15 | 145.38 | 0.41 | 0.75 |
| Hex | A6 | DA | BC | 18 | 0 | E | F | 91 | 29 | 4B |
| Octal | 246 | 332 | 274 | 30 | 0 | 16 | 17 | 221 | 51 | 113 |
| Binary | 10100110 | 11011010 | 10111100 | 11000 | 0 | 1110 | 1111 | 10010001 | 101001 | 1001011 |
Color Harmonies of #A6DABC
Complementary color
Monochromatic Colors of #A6DABC
Black with #A6DABC
Text Example
Text Example
White with #A6DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DABC; }
p { color: rgb(166,218,188); }
H1.HeaderClassName
{
color: #A6DABC;
}
.AnyTagClassName
{
color: #A6DABC;
}
</style>
background-color css
<style>
a { background-color: #A6DABC; }
a { background-color: rgb(166,218,188); }
div.DivClassName
{
background-color: #A6DABC;
}
.BgClassName
{
background-color: #A6DABC;
}
</style>
border-color css
<style>
span { border-color: #A6DABC; }
span { border-color: rgb(166,218,188); }
td.TdClassName
{
border-color: #A6DABC;
}
.TagClassName
{
border-color: #A6DABC;
}
</style>