Shades of Vista Blue #A2CFB7
Tints of Vista Blue #A2CFB7
RGB
CMYK
RGB Variations
Color information
#A2CFB7 (or 0xA2CFB7) is known color: Vista Blue. HEX triplet: A2, CF and B7. RGB value is (162,207,183). Sum of RGB (Red+Green+Blue) = 162+207+183=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFB7 is #5D3048. Grayscale: #BEBEBE. Windows color (decimal): -6107209 or 12046242. OLE color: 12046242.
HSL color Cylindrical-coordinate representation of color #A2CFB7: hue angle of 148º 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 #A2CFB7 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 183 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.19 |
| HSL | 148º | 0.32% | 0.72% | - |
| HSV(B) | 148º | 0.22% | 0.81% | - |
| XYZ | 45.76 | 55.73 | 53.14 | - |
| YUV | 190.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 183 | 0.22 | 0 | 0.12 | 0.19 | 148 | 0.32 | 0.72 |
| Hex | A2 | CF | B7 | 16 | 0 | C | 13 | 94 | 20 | 48 |
| Octal | 242 | 317 | 267 | 26 | 0 | 14 | 23 | 224 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10110111 | 10110 | 0 | 1100 | 10011 | 10010100 | 100000 | 1001000 |
Color Harmonies of #A2CFB7
Complementary color
Monochromatic Colors of #A2CFB7
Black with #A2CFB7
Text Example
Text Example
White with #A2CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFB7; }
p { color: rgb(162,207,183); }
H1.HeaderClassName
{
color: #A2CFB7;
}
.AnyTagClassName
{
color: #A2CFB7;
}
</style>
background-color css
<style>
a { background-color: #A2CFB7; }
a { background-color: rgb(162,207,183); }
div.DivClassName
{
background-color: #A2CFB7;
}
.BgClassName
{
background-color: #A2CFB7;
}
</style>
border-color css
<style>
span { border-color: #A2CFB7; }
span { border-color: rgb(162,207,183); }
td.TdClassName
{
border-color: #A2CFB7;
}
.TagClassName
{
border-color: #A2CFB7;
}
</style>