Shades of Vista Blue #A0D0BC
Tints of Vista Blue #A0D0BC
RGB
CMYK
RGB Variations
Color information
#A0D0BC (or 0xA0D0BC) is known color: Vista Blue. HEX triplet: A0, D0 and BC. RGB value is (160,208,188). Sum of RGB (Red+Green+Blue) = 160+208+188=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0BC is #5F2F43. Grayscale: #BFBFBF. Windows color (decimal): -6238020 or 12374176. OLE color: 12374176.
HSL color Cylindrical-coordinate representation of color #A0D0BC: hue angle of 155º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0BC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 188 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.18 |
| HSL | 155º | 0.34% | 0.72% | - |
| HSV(B) | 155º | 0.23% | 0.82% | - |
| XYZ | 46.13 | 56.22 | 56 | - |
| YUV | 191.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 188 | 0.23 | 0 | 0.10 | 0.18 | 155 | 0.34 | 0.72 |
| Hex | A0 | D0 | BC | 17 | 0 | A | 12 | 9B | 22 | 48 |
| Octal | 240 | 320 | 274 | 27 | 0 | 12 | 22 | 233 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10111100 | 10111 | 0 | 1010 | 10010 | 10011011 | 100010 | 1001000 |
Color Harmonies of #A0D0BC
Complementary color
Monochromatic Colors of #A0D0BC
Black with #A0D0BC
Text Example
Text Example
White with #A0D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0BC; }
p { color: rgb(160,208,188); }
H1.HeaderClassName
{
color: #A0D0BC;
}
.AnyTagClassName
{
color: #A0D0BC;
}
</style>
background-color css
<style>
a { background-color: #A0D0BC; }
a { background-color: rgb(160,208,188); }
div.DivClassName
{
background-color: #A0D0BC;
}
.BgClassName
{
background-color: #A0D0BC;
}
</style>
border-color css
<style>
span { border-color: #A0D0BC; }
span { border-color: rgb(160,208,188); }
td.TdClassName
{
border-color: #A0D0BC;
}
.TagClassName
{
border-color: #A0D0BC;
}
</style>