Shades of Vista Blue #A2D3B4
Tints of Vista Blue #A2D3B4
RGB
CMYK
RGB Variations
Color information
#A2D3B4 (or 0xA2D3B4) is known color: Vista Blue. HEX triplet: A2, D3 and B4. RGB value is (162,211,180). Sum of RGB (Red+Green+Blue) = 162+211+180=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3B4 is #5D2C4B. Grayscale: #C0C0C0. Windows color (decimal): -6106188 or 11850658. OLE color: 11850658.
HSL color Cylindrical-coordinate representation of color #A2D3B4: hue angle of 142.04º 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 #A2D3B4 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 180 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.17 |
| HSL | 142.04º | 0.36% | 0.73% | - |
| HSV(B) | 142.04º | 0.23% | 0.83% | - |
| XYZ | 46.43 | 57.57 | 51.84 | - |
| YUV | 192.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 180 | 0.23 | 0 | 0.15 | 0.17 | 142.04 | 0.36 | 0.73 |
| Hex | A2 | D3 | B4 | 17 | 0 | F | 11 | 8E | 24 | 49 |
| Octal | 242 | 323 | 264 | 27 | 0 | 17 | 21 | 216 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10110100 | 10111 | 0 | 1111 | 10001 | 10001110 | 100100 | 1001001 |
Color Harmonies of #A2D3B4
Complementary color
Monochromatic Colors of #A2D3B4
Black with #A2D3B4
Text Example
Text Example
White with #A2D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3B4; }
p { color: rgb(162,211,180); }
H1.HeaderClassName
{
color: #A2D3B4;
}
.AnyTagClassName
{
color: #A2D3B4;
}
</style>
background-color css
<style>
a { background-color: #A2D3B4; }
a { background-color: rgb(162,211,180); }
div.DivClassName
{
background-color: #A2D3B4;
}
.BgClassName
{
background-color: #A2D3B4;
}
</style>
border-color css
<style>
span { border-color: #A2D3B4; }
span { border-color: rgb(162,211,180); }
td.TdClassName
{
border-color: #A2D3B4;
}
.TagClassName
{
border-color: #A2D3B4;
}
</style>