Shades of Vista Blue #A2DCBC
Tints of Vista Blue #A2DCBC
RGB
CMYK
RGB Variations
Color information
#A2DCBC (or 0xA2DCBC) is known color: Vista Blue. HEX triplet: A2, DC and BC. RGB value is (162,220,188). Sum of RGB (Red+Green+Blue) = 162+220+188=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCBC is #5D2343. Grayscale: #C7C7C7. Windows color (decimal): -6103876 or 12377250. OLE color: 12377250.
HSL color Cylindrical-coordinate representation of color #A2DCBC: hue angle of 146.9º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCBC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 188 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.14 |
| HSL | 146.9º | 0.45% | 0.75% | - |
| HSV(B) | 146.9º | 0.26% | 0.86% | - |
| XYZ | 49.57 | 62.5 | 57.03 | - |
| YUV | 199.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 188 | 0.26 | 0 | 0.15 | 0.14 | 146.9 | 0.45 | 0.75 |
| Hex | A2 | DC | BC | 1A | 0 | F | E | 93 | 2D | 4B |
| Octal | 242 | 334 | 274 | 32 | 0 | 17 | 16 | 223 | 55 | 113 |
| Binary | 10100010 | 11011100 | 10111100 | 11010 | 0 | 1111 | 1110 | 10010011 | 101101 | 1001011 |
Color Harmonies of #A2DCBC
Complementary color
Monochromatic Colors of #A2DCBC
Black with #A2DCBC
Text Example
Text Example
White with #A2DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCBC; }
p { color: rgb(162,220,188); }
H1.HeaderClassName
{
color: #A2DCBC;
}
.AnyTagClassName
{
color: #A2DCBC;
}
</style>
background-color css
<style>
a { background-color: #A2DCBC; }
a { background-color: rgb(162,220,188); }
div.DivClassName
{
background-color: #A2DCBC;
}
.BgClassName
{
background-color: #A2DCBC;
}
</style>
border-color css
<style>
span { border-color: #A2DCBC; }
span { border-color: rgb(162,220,188); }
td.TdClassName
{
border-color: #A2DCBC;
}
.TagClassName
{
border-color: #A2DCBC;
}
</style>