Shades of Vista Blue #A0D5BC
Tints of Vista Blue #A0D5BC
RGB
CMYK
RGB Variations
Color information
#A0D5BC (or 0xA0D5BC) is known color: Vista Blue. HEX triplet: A0, D5 and BC. RGB value is (160,213,188). Sum of RGB (Red+Green+Blue) = 160+213+188=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5BC is #5F2A43. Grayscale: #C2C2C2. Windows color (decimal): -6236740 or 12375456. OLE color: 12375456.
HSL color Cylindrical-coordinate representation of color #A0D5BC: hue angle of 151.7º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5BC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 188 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.16 |
| HSL | 151.7º | 0.39% | 0.73% | - |
| HSV(B) | 151.7º | 0.25% | 0.84% | - |
| XYZ | 47.37 | 58.69 | 56.41 | - |
| YUV | 194.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 188 | 0.25 | 0 | 0.12 | 0.16 | 151.7 | 0.39 | 0.73 |
| Hex | A0 | D5 | BC | 19 | 0 | C | 10 | 98 | 27 | 49 |
| Octal | 240 | 325 | 274 | 31 | 0 | 14 | 20 | 230 | 47 | 111 |
| Binary | 10100000 | 11010101 | 10111100 | 11001 | 0 | 1100 | 10000 | 10011000 | 100111 | 1001001 |
Color Harmonies of #A0D5BC
Complementary color
Monochromatic Colors of #A0D5BC
Black with #A0D5BC
Text Example
Text Example
White with #A0D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D5BC; }
p { color: rgb(160,213,188); }
H1.HeaderClassName
{
color: #A0D5BC;
}
.AnyTagClassName
{
color: #A0D5BC;
}
</style>
background-color css
<style>
a { background-color: #A0D5BC; }
a { background-color: rgb(160,213,188); }
div.DivClassName
{
background-color: #A0D5BC;
}
.BgClassName
{
background-color: #A0D5BC;
}
</style>
border-color css
<style>
span { border-color: #A0D5BC; }
span { border-color: rgb(160,213,188); }
td.TdClassName
{
border-color: #A0D5BC;
}
.TagClassName
{
border-color: #A0D5BC;
}
</style>