Shades of Vista Blue #A0CDB3
Tints of Vista Blue #A0CDB3
RGB
CMYK
RGB Variations
Color information
#A0CDB3 (or 0xA0CDB3) is known color: Vista Blue. HEX triplet: A0, CD and B3. RGB value is (160,205,179). Sum of RGB (Red+Green+Blue) = 160+205+179=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDB3 is #5F324C. Grayscale: #BCBCBC. Windows color (decimal): -6238797 or 11783584. OLE color: 11783584.
HSL color Cylindrical-coordinate representation of color #A0CDB3: hue angle of 145.33º 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 #A0CDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 179 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.20 |
| HSL | 145.33º | 0.31% | 0.72% | - |
| HSV(B) | 145.33º | 0.22% | 0.8% | - |
| XYZ | 44.47 | 54.39 | 50.8 | - |
| YUV | 188.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 179 | 0.22 | 0 | 0.13 | 0.20 | 145.33 | 0.31 | 0.72 |
| Hex | A0 | CD | B3 | 16 | 0 | D | 14 | 91 | 1F | 48 |
| Octal | 240 | 315 | 263 | 26 | 0 | 15 | 24 | 221 | 37 | 110 |
| Binary | 10100000 | 11001101 | 10110011 | 10110 | 0 | 1101 | 10100 | 10010001 | 11111 | 1001000 |
Color Harmonies of #A0CDB3
Complementary color
Monochromatic Colors of #A0CDB3
Black with #A0CDB3
Text Example
Text Example
White with #A0CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDB3; }
p { color: rgb(160,205,179); }
H1.HeaderClassName
{
color: #A0CDB3;
}
.AnyTagClassName
{
color: #A0CDB3;
}
</style>
background-color css
<style>
a { background-color: #A0CDB3; }
a { background-color: rgb(160,205,179); }
div.DivClassName
{
background-color: #A0CDB3;
}
.BgClassName
{
background-color: #A0CDB3;
}
</style>
border-color css
<style>
span { border-color: #A0CDB3; }
span { border-color: rgb(160,205,179); }
td.TdClassName
{
border-color: #A0CDB3;
}
.TagClassName
{
border-color: #A0CDB3;
}
</style>