Shades of Vista Blue #A2D6BF
Tints of Vista Blue #A2D6BF
RGB
CMYK
RGB Variations
Color information
#A2D6BF (or 0xA2D6BF) is known color: Vista Blue. HEX triplet: A2, D6 and BF. RGB value is (162,214,191). Sum of RGB (Red+Green+Blue) = 162+214+191=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6BF is #5D2940. Grayscale: #C3C3C3. Windows color (decimal): -6105409 or 12572322. OLE color: 12572322.
HSL color Cylindrical-coordinate representation of color #A2D6BF: hue angle of 153.46º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6BF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 191 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.16 |
| HSL | 153.46º | 0.39% | 0.74% | - |
| HSV(B) | 153.46º | 0.24% | 0.84% | - |
| XYZ | 48.35 | 59.54 | 58.23 | - |
| YUV | 195.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 191 | 0.24 | 0 | 0.11 | 0.16 | 153.46 | 0.39 | 0.74 |
| Hex | A2 | D6 | BF | 18 | 0 | B | 10 | 99 | 27 | 4A |
| Octal | 242 | 326 | 277 | 30 | 0 | 13 | 20 | 231 | 47 | 112 |
| Binary | 10100010 | 11010110 | 10111111 | 11000 | 0 | 1011 | 10000 | 10011001 | 100111 | 1001010 |
Color Harmonies of #A2D6BF
Complementary color
Monochromatic Colors of #A2D6BF
Black with #A2D6BF
Text Example
Text Example
White with #A2D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6BF; }
p { color: rgb(162,214,191); }
H1.HeaderClassName
{
color: #A2D6BF;
}
.AnyTagClassName
{
color: #A2D6BF;
}
</style>
background-color css
<style>
a { background-color: #A2D6BF; }
a { background-color: rgb(162,214,191); }
div.DivClassName
{
background-color: #A2D6BF;
}
.BgClassName
{
background-color: #A2D6BF;
}
</style>
border-color css
<style>
span { border-color: #A2D6BF; }
span { border-color: rgb(162,214,191); }
td.TdClassName
{
border-color: #A2D6BF;
}
.TagClassName
{
border-color: #A2D6BF;
}
</style>