Shades of Vista Blue #A6DDBD
Tints of Vista Blue #A6DDBD
RGB
CMYK
RGB Variations
Color information
#A6DDBD (or 0xA6DDBD) is known color: Vista Blue. HEX triplet: A6, DD and BD. RGB value is (166,221,189). Sum of RGB (Red+Green+Blue) = 166+221+189=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBD is #592242. Grayscale: #C8C8C8. Windows color (decimal): -5841475 or 12443046. OLE color: 12443046.
HSL color Cylindrical-coordinate representation of color #A6DDBD: hue angle of 145.09º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDBD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 189 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.13 |
| HSL | 145.09º | 0.45% | 0.76% | - |
| HSV(B) | 145.09º | 0.25% | 0.87% | - |
| XYZ | 50.77 | 63.49 | 57.72 | - |
| YUV | 200.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 189 | 0.25 | 0 | 0.14 | 0.13 | 145.09 | 0.45 | 0.76 |
| Hex | A6 | DD | BD | 19 | 0 | E | D | 91 | 2D | 4C |
| Octal | 246 | 335 | 275 | 31 | 0 | 16 | 15 | 221 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10111101 | 11001 | 0 | 1110 | 1101 | 10010001 | 101101 | 1001100 |
Color Harmonies of #A6DDBD
Complementary color
Monochromatic Colors of #A6DDBD
Black with #A6DDBD
Text Example
Text Example
White with #A6DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDBD; }
p { color: rgb(166,221,189); }
H1.HeaderClassName
{
color: #A6DDBD;
}
.AnyTagClassName
{
color: #A6DDBD;
}
</style>
background-color css
<style>
a { background-color: #A6DDBD; }
a { background-color: rgb(166,221,189); }
div.DivClassName
{
background-color: #A6DDBD;
}
.BgClassName
{
background-color: #A6DDBD;
}
</style>
border-color css
<style>
span { border-color: #A6DDBD; }
span { border-color: rgb(166,221,189); }
td.TdClassName
{
border-color: #A6DDBD;
}
.TagClassName
{
border-color: #A6DDBD;
}
</style>