Shades of Vista Blue #A2D3B5
Tints of Vista Blue #A2D3B5
RGB
CMYK
RGB Variations
Color information
#A2D3B5 (or 0xA2D3B5) is known color: Vista Blue. HEX triplet: A2, D3 and B5. RGB value is (162,211,181). Sum of RGB (Red+Green+Blue) = 162+211+181=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3B5 is #5D2C4A. Grayscale: #C1C1C1. Windows color (decimal): -6106187 or 11916194. OLE color: 11916194.
HSL color Cylindrical-coordinate representation of color #A2D3B5: hue angle of 143.27º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3B5 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 181 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.17 |
| HSL | 143.27º | 0.36% | 0.73% | - |
| HSV(B) | 143.27º | 0.23% | 0.83% | - |
| XYZ | 46.54 | 57.61 | 52.38 | - |
| YUV | 192.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 181 | 0.23 | 0 | 0.14 | 0.17 | 143.27 | 0.36 | 0.73 |
| Hex | A2 | D3 | B5 | 17 | 0 | E | 11 | 8F | 24 | 49 |
| Octal | 242 | 323 | 265 | 27 | 0 | 16 | 21 | 217 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10110101 | 10111 | 0 | 1110 | 10001 | 10001111 | 100100 | 1001001 |
Color Harmonies of #A2D3B5
Complementary color
Monochromatic Colors of #A2D3B5
Black with #A2D3B5
Text Example
Text Example
White with #A2D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3B5; }
p { color: rgb(162,211,181); }
H1.HeaderClassName
{
color: #A2D3B5;
}
.AnyTagClassName
{
color: #A2D3B5;
}
</style>
background-color css
<style>
a { background-color: #A2D3B5; }
a { background-color: rgb(162,211,181); }
div.DivClassName
{
background-color: #A2D3B5;
}
.BgClassName
{
background-color: #A2D3B5;
}
</style>
border-color css
<style>
span { border-color: #A2D3B5; }
span { border-color: rgb(162,211,181); }
td.TdClassName
{
border-color: #A2D3B5;
}
.TagClassName
{
border-color: #A2D3B5;
}
</style>