Shades of Vista Blue #A2DFBB
Tints of Vista Blue #A2DFBB
RGB
CMYK
RGB Variations
Color information
#A2DFBB (or 0xA2DFBB) is known color: Vista Blue. HEX triplet: A2, DF and BB. RGB value is (162,223,187). Sum of RGB (Red+Green+Blue) = 162+223+187=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFBB is #5D2044. Grayscale: #C8C8C8. Windows color (decimal): -6103109 or 12312482. OLE color: 12312482.
HSL color Cylindrical-coordinate representation of color #A2DFBB: hue angle of 144.59º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFBB is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 187 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.13 |
| HSL | 144.59º | 0.49% | 0.75% | - |
| HSV(B) | 144.59º | 0.27% | 0.87% | - |
| XYZ | 50.26 | 64.04 | 56.73 | - |
| YUV | 200.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 187 | 0.27 | 0 | 0.16 | 0.13 | 144.59 | 0.49 | 0.75 |
| Hex | A2 | DF | BB | 1B | 0 | 10 | D | 91 | 31 | 4B |
| Octal | 242 | 337 | 273 | 33 | 0 | 20 | 15 | 221 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10111011 | 11011 | 0 | 10000 | 1101 | 10010001 | 110001 | 1001011 |
Color Harmonies of #A2DFBB
Complementary color
Monochromatic Colors of #A2DFBB
Black with #A2DFBB
Text Example
Text Example
White with #A2DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFBB; }
p { color: rgb(162,223,187); }
H1.HeaderClassName
{
color: #A2DFBB;
}
.AnyTagClassName
{
color: #A2DFBB;
}
</style>
background-color css
<style>
a { background-color: #A2DFBB; }
a { background-color: rgb(162,223,187); }
div.DivClassName
{
background-color: #A2DFBB;
}
.BgClassName
{
background-color: #A2DFBB;
}
</style>
border-color css
<style>
span { border-color: #A2DFBB; }
span { border-color: rgb(162,223,187); }
td.TdClassName
{
border-color: #A2DFBB;
}
.TagClassName
{
border-color: #A2DFBB;
}
</style>