Shades of Vista Blue #A2D4BF
Tints of Vista Blue #A2D4BF
RGB
CMYK
RGB Variations
Color information
#A2D4BF (or 0xA2D4BF) is known color: Vista Blue. HEX triplet: A2, D4 and BF. RGB value is (162,212,191). Sum of RGB (Red+Green+Blue) = 162+212+191=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D4BF is #5D2B40. Grayscale: #C2C2C2. Windows color (decimal): -6105921 or 12571810. OLE color: 12571810.
HSL color Cylindrical-coordinate representation of color #A2D4BF: hue angle of 154.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D4BF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 191 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.17 |
| HSL | 154.8º | 0.37% | 0.73% | - |
| HSV(B) | 154.8º | 0.24% | 0.83% | - |
| XYZ | 47.85 | 58.53 | 58.07 | - |
| YUV | 194.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 191 | 0.24 | 0 | 0.10 | 0.17 | 154.8 | 0.37 | 0.73 |
| Hex | A2 | D4 | BF | 18 | 0 | A | 11 | 9B | 25 | 49 |
| Octal | 242 | 324 | 277 | 30 | 0 | 12 | 21 | 233 | 45 | 111 |
| Binary | 10100010 | 11010100 | 10111111 | 11000 | 0 | 1010 | 10001 | 10011011 | 100101 | 1001001 |
Color Harmonies of #A2D4BF
Complementary color
Monochromatic Colors of #A2D4BF
Black with #A2D4BF
Text Example
Text Example
White with #A2D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D4BF; }
p { color: rgb(162,212,191); }
H1.HeaderClassName
{
color: #A2D4BF;
}
.AnyTagClassName
{
color: #A2D4BF;
}
</style>
background-color css
<style>
a { background-color: #A2D4BF; }
a { background-color: rgb(162,212,191); }
div.DivClassName
{
background-color: #A2D4BF;
}
.BgClassName
{
background-color: #A2D4BF;
}
</style>
border-color css
<style>
span { border-color: #A2D4BF; }
span { border-color: rgb(162,212,191); }
td.TdClassName
{
border-color: #A2D4BF;
}
.TagClassName
{
border-color: #A2D4BF;
}
</style>