Shades of Vista Blue #A0D4BD
Tints of Vista Blue #A0D4BD
RGB
CMYK
RGB Variations
Color information
#A0D4BD (or 0xA0D4BD) is known color: Vista Blue. HEX triplet: A0, D4 and BD. RGB value is (160,212,189). Sum of RGB (Red+Green+Blue) = 160+212+189=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4BD is #5F2B42. Grayscale: #C1C1C1. Windows color (decimal): -6236995 or 12440736. OLE color: 12440736.
HSL color Cylindrical-coordinate representation of color #A0D4BD: hue angle of 153.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D4BD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 189 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.17 |
| HSL | 153.46º | 0.38% | 0.73% | - |
| HSV(B) | 153.46º | 0.25% | 0.83% | - |
| XYZ | 47.23 | 58.23 | 56.9 | - |
| YUV | 193.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 189 | 0.25 | 0 | 0.11 | 0.17 | 153.46 | 0.38 | 0.73 |
| Hex | A0 | D4 | BD | 19 | 0 | B | 11 | 99 | 26 | 49 |
| Octal | 240 | 324 | 275 | 31 | 0 | 13 | 21 | 231 | 46 | 111 |
| Binary | 10100000 | 11010100 | 10111101 | 11001 | 0 | 1011 | 10001 | 10011001 | 100110 | 1001001 |
Color Harmonies of #A0D4BD
Complementary color
Monochromatic Colors of #A0D4BD
Black with #A0D4BD
Text Example
Text Example
White with #A0D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4BD; }
p { color: rgb(160,212,189); }
H1.HeaderClassName
{
color: #A0D4BD;
}
.AnyTagClassName
{
color: #A0D4BD;
}
</style>
background-color css
<style>
a { background-color: #A0D4BD; }
a { background-color: rgb(160,212,189); }
div.DivClassName
{
background-color: #A0D4BD;
}
.BgClassName
{
background-color: #A0D4BD;
}
</style>
border-color css
<style>
span { border-color: #A0D4BD; }
span { border-color: rgb(160,212,189); }
td.TdClassName
{
border-color: #A0D4BD;
}
.TagClassName
{
border-color: #A0D4BD;
}
</style>