Shades of Vista Blue #A2D0BC
Tints of Vista Blue #A2D0BC
RGB
CMYK
RGB Variations
Color information
#A2D0BC (or 0xA2D0BC) is known color: Vista Blue. HEX triplet: A2, D0 and BC. RGB value is (162,208,188). Sum of RGB (Red+Green+Blue) = 162+208+188=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0BC is #5D2F43. Grayscale: #C0C0C0. Windows color (decimal): -6106948 or 12374178. OLE color: 12374178.
HSL color Cylindrical-coordinate representation of color #A2D0BC: hue angle of 153.91º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0BC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 188 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.18 |
| HSL | 153.91º | 0.33% | 0.73% | - |
| HSV(B) | 153.91º | 0.22% | 0.82% | - |
| XYZ | 46.53 | 56.42 | 56.02 | - |
| YUV | 191.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 188 | 0.22 | 0 | 0.10 | 0.18 | 153.91 | 0.33 | 0.73 |
| Hex | A2 | D0 | BC | 16 | 0 | A | 12 | 9A | 21 | 49 |
| Octal | 242 | 320 | 274 | 26 | 0 | 12 | 22 | 232 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10111100 | 10110 | 0 | 1010 | 10010 | 10011010 | 100001 | 1001001 |
Color Harmonies of #A2D0BC
Complementary color
Monochromatic Colors of #A2D0BC
Black with #A2D0BC
Text Example
Text Example
White with #A2D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0BC; }
p { color: rgb(162,208,188); }
H1.HeaderClassName
{
color: #A2D0BC;
}
.AnyTagClassName
{
color: #A2D0BC;
}
</style>
background-color css
<style>
a { background-color: #A2D0BC; }
a { background-color: rgb(162,208,188); }
div.DivClassName
{
background-color: #A2D0BC;
}
.BgClassName
{
background-color: #A2D0BC;
}
</style>
border-color css
<style>
span { border-color: #A2D0BC; }
span { border-color: rgb(162,208,188); }
td.TdClassName
{
border-color: #A2D0BC;
}
.TagClassName
{
border-color: #A2D0BC;
}
</style>