Shades of Vista Blue #A2DBBF
Tints of Vista Blue #A2DBBF
RGB
CMYK
RGB Variations
Color information
#A2DBBF (or 0xA2DBBF) is known color: Vista Blue. HEX triplet: A2, DB and BF. RGB value is (162,219,191). Sum of RGB (Red+Green+Blue) = 162+219+191=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBBF is #5D2440. Grayscale: #C6C6C6. Windows color (decimal): -6104129 or 12573602. OLE color: 12573602.
HSL color Cylindrical-coordinate representation of color #A2DBBF: hue angle of 150.53º 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 #A2DBBF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 191 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.14 |
| HSL | 150.53º | 0.44% | 0.75% | - |
| HSV(B) | 150.53º | 0.26% | 0.86% | - |
| XYZ | 49.64 | 62.11 | 58.66 | - |
| YUV | 198.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 191 | 0.26 | 0 | 0.13 | 0.14 | 150.53 | 0.44 | 0.75 |
| Hex | A2 | DB | BF | 1A | 0 | D | E | 97 | 2C | 4B |
| Octal | 242 | 333 | 277 | 32 | 0 | 15 | 16 | 227 | 54 | 113 |
| Binary | 10100010 | 11011011 | 10111111 | 11010 | 0 | 1101 | 1110 | 10010111 | 101100 | 1001011 |
Color Harmonies of #A2DBBF
Complementary color
Monochromatic Colors of #A2DBBF
Black with #A2DBBF
Text Example
Text Example
White with #A2DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBBF; }
p { color: rgb(162,219,191); }
H1.HeaderClassName
{
color: #A2DBBF;
}
.AnyTagClassName
{
color: #A2DBBF;
}
</style>
background-color css
<style>
a { background-color: #A2DBBF; }
a { background-color: rgb(162,219,191); }
div.DivClassName
{
background-color: #A2DBBF;
}
.BgClassName
{
background-color: #A2DBBF;
}
</style>
border-color css
<style>
span { border-color: #A2DBBF; }
span { border-color: rgb(162,219,191); }
td.TdClassName
{
border-color: #A2DBBF;
}
.TagClassName
{
border-color: #A2DBBF;
}
</style>