Shades of Vista Blue #A0CDB8
Tints of Vista Blue #A0CDB8
RGB
CMYK
RGB Variations
Color information
#A0CDB8 (or 0xA0CDB8) is known color: Vista Blue. HEX triplet: A0, CD and B8. RGB value is (160,205,184). Sum of RGB (Red+Green+Blue) = 160+205+184=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDB8 is #5F3247. Grayscale: #BDBDBD. Windows color (decimal): -6238792 or 12111264. OLE color: 12111264.
HSL color Cylindrical-coordinate representation of color #A0CDB8: hue angle of 152º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDB8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 184 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.20 |
| HSL | 152º | 0.31% | 0.72% | - |
| HSV(B) | 152º | 0.22% | 0.8% | - |
| XYZ | 44.98 | 54.6 | 53.51 | - |
| YUV | 189.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 184 | 0.22 | 0 | 0.10 | 0.20 | 152 | 0.31 | 0.72 |
| Hex | A0 | CD | B8 | 16 | 0 | A | 14 | 98 | 1F | 48 |
| Octal | 240 | 315 | 270 | 26 | 0 | 12 | 24 | 230 | 37 | 110 |
| Binary | 10100000 | 11001101 | 10111000 | 10110 | 0 | 1010 | 10100 | 10011000 | 11111 | 1001000 |
Color Harmonies of #A0CDB8
Complementary color
Monochromatic Colors of #A0CDB8
Black with #A0CDB8
Text Example
Text Example
White with #A0CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDB8; }
p { color: rgb(160,205,184); }
H1.HeaderClassName
{
color: #A0CDB8;
}
.AnyTagClassName
{
color: #A0CDB8;
}
</style>
background-color css
<style>
a { background-color: #A0CDB8; }
a { background-color: rgb(160,205,184); }
div.DivClassName
{
background-color: #A0CDB8;
}
.BgClassName
{
background-color: #A0CDB8;
}
</style>
border-color css
<style>
span { border-color: #A0CDB8; }
span { border-color: rgb(160,205,184); }
td.TdClassName
{
border-color: #A0CDB8;
}
.TagClassName
{
border-color: #A0CDB8;
}
</style>