Shades of Vista Blue #A0D3B4
Tints of Vista Blue #A0D3B4
RGB
CMYK
RGB Variations
Color information
#A0D3B4 (or 0xA0D3B4) is known color: Vista Blue. HEX triplet: A0, D3 and B4. RGB value is (160,211,180). Sum of RGB (Red+Green+Blue) = 160+211+180=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D3B4 is #5F2C4B. Grayscale: #C0C0C0. Windows color (decimal): -6237260 or 11850656. OLE color: 11850656.
HSL color Cylindrical-coordinate representation of color #A0D3B4: hue angle of 143.53º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D3B4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 180 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.17 |
| HSL | 143.53º | 0.37% | 0.73% | - |
| HSV(B) | 143.53º | 0.24% | 0.83% | - |
| XYZ | 46.03 | 57.36 | 51.83 | - |
| YUV | 192.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 180 | 0.24 | 0 | 0.15 | 0.17 | 143.53 | 0.37 | 0.73 |
| Hex | A0 | D3 | B4 | 18 | 0 | F | 11 | 90 | 25 | 49 |
| Octal | 240 | 323 | 264 | 30 | 0 | 17 | 21 | 220 | 45 | 111 |
| Binary | 10100000 | 11010011 | 10110100 | 11000 | 0 | 1111 | 10001 | 10010000 | 100101 | 1001001 |
Color Harmonies of #A0D3B4
Complementary color
Monochromatic Colors of #A0D3B4
Black with #A0D3B4
Text Example
Text Example
White with #A0D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3B4; }
p { color: rgb(160,211,180); }
H1.HeaderClassName
{
color: #A0D3B4;
}
.AnyTagClassName
{
color: #A0D3B4;
}
</style>
background-color css
<style>
a { background-color: #A0D3B4; }
a { background-color: rgb(160,211,180); }
div.DivClassName
{
background-color: #A0D3B4;
}
.BgClassName
{
background-color: #A0D3B4;
}
</style>
border-color css
<style>
span { border-color: #A0D3B4; }
span { border-color: rgb(160,211,180); }
td.TdClassName
{
border-color: #A0D3B4;
}
.TagClassName
{
border-color: #A0D3B4;
}
</style>