Shades of Vista Blue #A6DDBC
Tints of Vista Blue #A6DDBC
RGB
CMYK
RGB Variations
Color information
#A6DDBC (or 0xA6DDBC) is known color: Vista Blue. HEX triplet: A6, DD and BC. RGB value is (166,221,188). Sum of RGB (Red+Green+Blue) = 166+221+188=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBC is #592243. Grayscale: #C8C8C8. Windows color (decimal): -5841476 or 12377510. OLE color: 12377510.
HSL color Cylindrical-coordinate representation of color #A6DDBC: hue angle of 144º 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 #A6DDBC is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 188 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 144º | 0.45% | 0.76% | - |
| HSV(B) | 144º | 0.25% | 0.87% | - |
| XYZ | 50.66 | 63.45 | 57.15 | - |
| YUV | 200.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 188 | 0.25 | 0 | 0.15 | 0.13 | 144 | 0.45 | 0.76 |
| Hex | A6 | DD | BC | 19 | 0 | F | D | 90 | 2D | 4C |
| Octal | 246 | 335 | 274 | 31 | 0 | 17 | 15 | 220 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10111100 | 11001 | 0 | 1111 | 1101 | 10010000 | 101101 | 1001100 |
Color Harmonies of #A6DDBC
Complementary color
Monochromatic Colors of #A6DDBC
Black with #A6DDBC
Text Example
Text Example
White with #A6DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDBC; }
p { color: rgb(166,221,188); }
H1.HeaderClassName
{
color: #A6DDBC;
}
.AnyTagClassName
{
color: #A6DDBC;
}
</style>
background-color css
<style>
a { background-color: #A6DDBC; }
a { background-color: rgb(166,221,188); }
div.DivClassName
{
background-color: #A6DDBC;
}
.BgClassName
{
background-color: #A6DDBC;
}
</style>
border-color css
<style>
span { border-color: #A6DDBC; }
span { border-color: rgb(166,221,188); }
td.TdClassName
{
border-color: #A6DDBC;
}
.TagClassName
{
border-color: #A6DDBC;
}
</style>