Shades of Vista Blue #A2D7BB
Tints of Vista Blue #A2D7BB
RGB
CMYK
RGB Variations
Color information
#A2D7BB (or 0xA2D7BB) is known color: Vista Blue. HEX triplet: A2, D7 and BB. RGB value is (162,215,187). Sum of RGB (Red+Green+Blue) = 162+215+187=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7BB is #5D2844. Grayscale: #C4C4C4. Windows color (decimal): -6105157 or 12310434. OLE color: 12310434.
HSL color Cylindrical-coordinate representation of color #A2D7BB: hue angle of 148.3º 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 #A2D7BB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 187 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.16 |
| HSL | 148.3º | 0.4% | 0.74% | - |
| HSV(B) | 148.3º | 0.25% | 0.84% | - |
| XYZ | 48.17 | 59.87 | 56.03 | - |
| YUV | 195.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 187 | 0.25 | 0 | 0.13 | 0.16 | 148.3 | 0.4 | 0.74 |
| Hex | A2 | D7 | BB | 19 | 0 | D | 10 | 94 | 28 | 4A |
| Octal | 242 | 327 | 273 | 31 | 0 | 15 | 20 | 224 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10111011 | 11001 | 0 | 1101 | 10000 | 10010100 | 101000 | 1001010 |
Color Harmonies of #A2D7BB
Complementary color
Monochromatic Colors of #A2D7BB
Black with #A2D7BB
Text Example
Text Example
White with #A2D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7BB; }
p { color: rgb(162,215,187); }
H1.HeaderClassName
{
color: #A2D7BB;
}
.AnyTagClassName
{
color: #A2D7BB;
}
</style>
background-color css
<style>
a { background-color: #A2D7BB; }
a { background-color: rgb(162,215,187); }
div.DivClassName
{
background-color: #A2D7BB;
}
.BgClassName
{
background-color: #A2D7BB;
}
</style>
border-color css
<style>
span { border-color: #A2D7BB; }
span { border-color: rgb(162,215,187); }
td.TdClassName
{
border-color: #A2D7BB;
}
.TagClassName
{
border-color: #A2D7BB;
}
</style>