Shades of Vista Blue #A2DBBC
Tints of Vista Blue #A2DBBC
RGB
CMYK
RGB Variations
Color information
#A2DBBC (or 0xA2DBBC) is known color: Vista Blue. HEX triplet: A2, DB and BC. RGB value is (162,219,188). Sum of RGB (Red+Green+Blue) = 162+219+188=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBBC is #5D2443. Grayscale: #C6C6C6. Windows color (decimal): -6104132 or 12376994. OLE color: 12376994.
HSL color Cylindrical-coordinate representation of color #A2DBBC: hue angle of 147.37º degrees, saturation: 0.44, 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 #A2DBBC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 188 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.14 |
| HSL | 147.37º | 0.44% | 0.75% | - |
| HSV(B) | 147.37º | 0.26% | 0.86% | - |
| XYZ | 49.31 | 61.98 | 56.94 | - |
| YUV | 198.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 188 | 0.26 | 0 | 0.14 | 0.14 | 147.37 | 0.44 | 0.75 |
| Hex | A2 | DB | BC | 1A | 0 | E | E | 93 | 2C | 4B |
| Octal | 242 | 333 | 274 | 32 | 0 | 16 | 16 | 223 | 54 | 113 |
| Binary | 10100010 | 11011011 | 10111100 | 11010 | 0 | 1110 | 1110 | 10010011 | 101100 | 1001011 |
Color Harmonies of #A2DBBC
Complementary color
Monochromatic Colors of #A2DBBC
Black with #A2DBBC
Text Example
Text Example
White with #A2DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBBC; }
p { color: rgb(162,219,188); }
H1.HeaderClassName
{
color: #A2DBBC;
}
.AnyTagClassName
{
color: #A2DBBC;
}
</style>
background-color css
<style>
a { background-color: #A2DBBC; }
a { background-color: rgb(162,219,188); }
div.DivClassName
{
background-color: #A2DBBC;
}
.BgClassName
{
background-color: #A2DBBC;
}
</style>
border-color css
<style>
span { border-color: #A2DBBC; }
span { border-color: rgb(162,219,188); }
td.TdClassName
{
border-color: #A2DBBC;
}
.TagClassName
{
border-color: #A2DBBC;
}
</style>