Shades of Vista Blue #A2D7BC
Tints of Vista Blue #A2D7BC
RGB
CMYK
RGB Variations
Color information
#A2D7BC (or 0xA2D7BC) is known color: Vista Blue. HEX triplet: A2, D7 and BC. RGB value is (162,215,188). Sum of RGB (Red+Green+Blue) = 162+215+188=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7BC is #5D2843. Grayscale: #C4C4C4. Windows color (decimal): -6105156 or 12375970. OLE color: 12375970.
HSL color Cylindrical-coordinate representation of color #A2D7BC: hue angle of 149.43º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7BC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 188 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.16 |
| HSL | 149.43º | 0.4% | 0.74% | - |
| HSV(B) | 149.43º | 0.25% | 0.84% | - |
| XYZ | 48.28 | 59.91 | 56.6 | - |
| YUV | 196.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 188 | 0.25 | 0 | 0.13 | 0.16 | 149.43 | 0.4 | 0.74 |
| Hex | A2 | D7 | BC | 19 | 0 | D | 10 | 95 | 28 | 4A |
| Octal | 242 | 327 | 274 | 31 | 0 | 15 | 20 | 225 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10111100 | 11001 | 0 | 1101 | 10000 | 10010101 | 101000 | 1001010 |
Color Harmonies of #A2D7BC
Complementary color
Monochromatic Colors of #A2D7BC
Black with #A2D7BC
Text Example
Text Example
White with #A2D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7BC; }
p { color: rgb(162,215,188); }
H1.HeaderClassName
{
color: #A2D7BC;
}
.AnyTagClassName
{
color: #A2D7BC;
}
</style>
background-color css
<style>
a { background-color: #A2D7BC; }
a { background-color: rgb(162,215,188); }
div.DivClassName
{
background-color: #A2D7BC;
}
.BgClassName
{
background-color: #A2D7BC;
}
</style>
border-color css
<style>
span { border-color: #A2D7BC; }
span { border-color: rgb(162,215,188); }
td.TdClassName
{
border-color: #A2D7BC;
}
.TagClassName
{
border-color: #A2D7BC;
}
</style>