Shades of Vista Blue #A2DDB6
Tints of Vista Blue #A2DDB6
RGB
CMYK
RGB Variations
Color information
#A2DDB6 (or 0xA2DDB6) is known color: Vista Blue. HEX triplet: A2, DD and B6. RGB value is (162,221,182). Sum of RGB (Red+Green+Blue) = 162+221+182=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDB6 is #5D2249. Grayscale: #C7C7C7. Windows color (decimal): -6103626 or 11984290. OLE color: 11984290.
HSL color Cylindrical-coordinate representation of color #A2DDB6: hue angle of 140.34º degrees, saturation: 0.46, 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 #A2DDB6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 182 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.13 |
| HSL | 140.34º | 0.46% | 0.75% | - |
| HSV(B) | 140.34º | 0.27% | 0.87% | - |
| XYZ | 49.2 | 62.77 | 53.78 | - |
| YUV | 198.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 182 | 0.27 | 0 | 0.18 | 0.13 | 140.34 | 0.46 | 0.75 |
| Hex | A2 | DD | B6 | 1B | 0 | 12 | D | 8C | 2E | 4B |
| Octal | 242 | 335 | 266 | 33 | 0 | 22 | 15 | 214 | 56 | 113 |
| Binary | 10100010 | 11011101 | 10110110 | 11011 | 0 | 10010 | 1101 | 10001100 | 101110 | 1001011 |
Color Harmonies of #A2DDB6
Complementary color
Monochromatic Colors of #A2DDB6
Black with #A2DDB6
Text Example
Text Example
White with #A2DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDB6; }
p { color: rgb(162,221,182); }
H1.HeaderClassName
{
color: #A2DDB6;
}
.AnyTagClassName
{
color: #A2DDB6;
}
</style>
background-color css
<style>
a { background-color: #A2DDB6; }
a { background-color: rgb(162,221,182); }
div.DivClassName
{
background-color: #A2DDB6;
}
.BgClassName
{
background-color: #A2DDB6;
}
</style>
border-color css
<style>
span { border-color: #A2DDB6; }
span { border-color: rgb(162,221,182); }
td.TdClassName
{
border-color: #A2DDB6;
}
.TagClassName
{
border-color: #A2DDB6;
}
</style>