Shades of Vista Blue #A2CFB9
Tints of Vista Blue #A2CFB9
RGB
CMYK
RGB Variations
Color information
#A2CFB9 (or 0xA2CFB9) is known color: Vista Blue. HEX triplet: A2, CF and B9. RGB value is (162,207,185). Sum of RGB (Red+Green+Blue) = 162+207+185=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFB9 is #5D3046. Grayscale: #BFBFBF. Windows color (decimal): -6107207 or 12177314. OLE color: 12177314.
HSL color Cylindrical-coordinate representation of color #A2CFB9: hue angle of 150.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CFB9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 185 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.19 |
| HSL | 150.67º | 0.32% | 0.72% | - |
| HSV(B) | 150.67º | 0.22% | 0.81% | - |
| XYZ | 45.97 | 55.81 | 54.25 | - |
| YUV | 191.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 185 | 0.22 | 0 | 0.11 | 0.19 | 150.67 | 0.32 | 0.72 |
| Hex | A2 | CF | B9 | 16 | 0 | B | 13 | 97 | 20 | 48 |
| Octal | 242 | 317 | 271 | 26 | 0 | 13 | 23 | 227 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10111001 | 10110 | 0 | 1011 | 10011 | 10010111 | 100000 | 1001000 |
Color Harmonies of #A2CFB9
Complementary color
Monochromatic Colors of #A2CFB9
Black with #A2CFB9
Text Example
Text Example
White with #A2CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFB9; }
p { color: rgb(162,207,185); }
H1.HeaderClassName
{
color: #A2CFB9;
}
.AnyTagClassName
{
color: #A2CFB9;
}
</style>
background-color css
<style>
a { background-color: #A2CFB9; }
a { background-color: rgb(162,207,185); }
div.DivClassName
{
background-color: #A2CFB9;
}
.BgClassName
{
background-color: #A2CFB9;
}
</style>
border-color css
<style>
span { border-color: #A2CFB9; }
span { border-color: rgb(162,207,185); }
td.TdClassName
{
border-color: #A2CFB9;
}
.TagClassName
{
border-color: #A2CFB9;
}
</style>