Shades of Vista Blue #A6DDBB
Tints of Vista Blue #A6DDBB
RGB
CMYK
RGB Variations
Color information
#A6DDBB (or 0xA6DDBB) is known color: Vista Blue. HEX triplet: A6, DD and BB. RGB value is (166,221,187). Sum of RGB (Red+Green+Blue) = 166+221+187=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBB is #592244. Grayscale: #C8C8C8. Windows color (decimal): -5841477 or 12311974. OLE color: 12311974.
HSL color Cylindrical-coordinate representation of color #A6DDBB: hue angle of 142.91º 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 #A6DDBB is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 187 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 142.91º | 0.45% | 0.76% | - |
| HSV(B) | 142.91º | 0.25% | 0.87% | - |
| XYZ | 50.55 | 63.41 | 56.59 | - |
| YUV | 200.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 187 | 0.25 | 0 | 0.15 | 0.13 | 142.91 | 0.45 | 0.76 |
| Hex | A6 | DD | BB | 19 | 0 | F | D | 8F | 2D | 4C |
| Octal | 246 | 335 | 273 | 31 | 0 | 17 | 15 | 217 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10111011 | 11001 | 0 | 1111 | 1101 | 10001111 | 101101 | 1001100 |
Color Harmonies of #A6DDBB
Complementary color
Monochromatic Colors of #A6DDBB
Black with #A6DDBB
Text Example
Text Example
White with #A6DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDBB; }
p { color: rgb(166,221,187); }
H1.HeaderClassName
{
color: #A6DDBB;
}
.AnyTagClassName
{
color: #A6DDBB;
}
</style>
background-color css
<style>
a { background-color: #A6DDBB; }
a { background-color: rgb(166,221,187); }
div.DivClassName
{
background-color: #A6DDBB;
}
.BgClassName
{
background-color: #A6DDBB;
}
</style>
border-color css
<style>
span { border-color: #A6DDBB; }
span { border-color: rgb(166,221,187); }
td.TdClassName
{
border-color: #A6DDBB;
}
.TagClassName
{
border-color: #A6DDBB;
}
</style>