Shades of Vista Blue #A0DDB6
Tints of Vista Blue #A0DDB6
RGB
CMYK
RGB Variations
Color information
#A0DDB6 (or 0xA0DDB6) is known color: Vista Blue. HEX triplet: A0, DD and B6. RGB value is (160,221,182). Sum of RGB (Red+Green+Blue) = 160+221+182=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDB6 is #5F2249. Grayscale: #C6C6C6. Windows color (decimal): -6234698 or 11984288. OLE color: 11984288.
HSL color Cylindrical-coordinate representation of color #A0DDB6: hue angle of 141.64º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDB6 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 182 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.13 |
| HSL | 141.64º | 0.47% | 0.75% | - |
| HSV(B) | 141.64º | 0.28% | 0.87% | - |
| XYZ | 48.8 | 62.56 | 53.76 | - |
| YUV | 198.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 182 | 0.28 | 0 | 0.18 | 0.13 | 141.64 | 0.47 | 0.75 |
| Hex | A0 | DD | B6 | 1C | 0 | 12 | D | 8E | 2F | 4B |
| Octal | 240 | 335 | 266 | 34 | 0 | 22 | 15 | 216 | 57 | 113 |
| Binary | 10100000 | 11011101 | 10110110 | 11100 | 0 | 10010 | 1101 | 10001110 | 101111 | 1001011 |
Color Harmonies of #A0DDB6
Complementary color
Monochromatic Colors of #A0DDB6
Black with #A0DDB6
Text Example
Text Example
White with #A0DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDB6; }
p { color: rgb(160,221,182); }
H1.HeaderClassName
{
color: #A0DDB6;
}
.AnyTagClassName
{
color: #A0DDB6;
}
</style>
background-color css
<style>
a { background-color: #A0DDB6; }
a { background-color: rgb(160,221,182); }
div.DivClassName
{
background-color: #A0DDB6;
}
.BgClassName
{
background-color: #A0DDB6;
}
</style>
border-color css
<style>
span { border-color: #A0DDB6; }
span { border-color: rgb(160,221,182); }
td.TdClassName
{
border-color: #A0DDB6;
}
.TagClassName
{
border-color: #A0DDB6;
}
</style>