Shades of Vista Blue #A0D8BC
Tints of Vista Blue #A0D8BC
RGB
CMYK
RGB Variations
Color information
#A0D8BC (or 0xA0D8BC) is known color: Vista Blue. HEX triplet: A0, D8 and BC. RGB value is (160,216,188). Sum of RGB (Red+Green+Blue) = 160+216+188=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8BC is #5F2743. Grayscale: #C4C4C4. Windows color (decimal): -6235972 or 12376224. OLE color: 12376224.
HSL color Cylindrical-coordinate representation of color #A0D8BC: hue angle of 150º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8BC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 188 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.15 |
| HSL | 150º | 0.42% | 0.74% | - |
| HSV(B) | 150º | 0.26% | 0.85% | - |
| XYZ | 48.13 | 60.22 | 56.66 | - |
| YUV | 196.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 188 | 0.26 | 0 | 0.13 | 0.15 | 150 | 0.42 | 0.74 |
| Hex | A0 | D8 | BC | 1A | 0 | D | F | 96 | 2A | 4A |
| Octal | 240 | 330 | 274 | 32 | 0 | 15 | 17 | 226 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10111100 | 11010 | 0 | 1101 | 1111 | 10010110 | 101010 | 1001010 |
Color Harmonies of #A0D8BC
Complementary color
Monochromatic Colors of #A0D8BC
Black with #A0D8BC
Text Example
Text Example
White with #A0D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8BC; }
p { color: rgb(160,216,188); }
H1.HeaderClassName
{
color: #A0D8BC;
}
.AnyTagClassName
{
color: #A0D8BC;
}
</style>
background-color css
<style>
a { background-color: #A0D8BC; }
a { background-color: rgb(160,216,188); }
div.DivClassName
{
background-color: #A0D8BC;
}
.BgClassName
{
background-color: #A0D8BC;
}
</style>
border-color css
<style>
span { border-color: #A0D8BC; }
span { border-color: rgb(160,216,188); }
td.TdClassName
{
border-color: #A0D8BC;
}
.TagClassName
{
border-color: #A0D8BC;
}
</style>