Shades of Vista Blue #A2D1B7
Tints of Vista Blue #A2D1B7
RGB
CMYK
RGB Variations
Color information
#A2D1B7 (or 0xA2D1B7) is known color: Vista Blue. HEX triplet: A2, D1 and B7. RGB value is (162,209,183). Sum of RGB (Red+Green+Blue) = 162+209+183=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D1B7 is #5D2E48. Grayscale: #C0C0C0. Windows color (decimal): -6106697 or 12046754. OLE color: 12046754.
HSL color Cylindrical-coordinate representation of color #A2D1B7: hue angle of 146.81º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1B7 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 183 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.18 |
| HSL | 146.81º | 0.34% | 0.73% | - |
| HSV(B) | 146.81º | 0.22% | 0.82% | - |
| XYZ | 46.25 | 56.7 | 53.31 | - |
| YUV | 191.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 183 | 0.22 | 0 | 0.12 | 0.18 | 146.81 | 0.34 | 0.73 |
| Hex | A2 | D1 | B7 | 16 | 0 | C | 12 | 93 | 22 | 49 |
| Octal | 242 | 321 | 267 | 26 | 0 | 14 | 22 | 223 | 42 | 111 |
| Binary | 10100010 | 11010001 | 10110111 | 10110 | 0 | 1100 | 10010 | 10010011 | 100010 | 1001001 |
Color Harmonies of #A2D1B7
Complementary color
Monochromatic Colors of #A2D1B7
Black with #A2D1B7
Text Example
Text Example
White with #A2D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1B7; }
p { color: rgb(162,209,183); }
H1.HeaderClassName
{
color: #A2D1B7;
}
.AnyTagClassName
{
color: #A2D1B7;
}
</style>
background-color css
<style>
a { background-color: #A2D1B7; }
a { background-color: rgb(162,209,183); }
div.DivClassName
{
background-color: #A2D1B7;
}
.BgClassName
{
background-color: #A2D1B7;
}
</style>
border-color css
<style>
span { border-color: #A2D1B7; }
span { border-color: rgb(162,209,183); }
td.TdClassName
{
border-color: #A2D1B7;
}
.TagClassName
{
border-color: #A2D1B7;
}
</style>