Shades of Vista Blue #A7DCBF
Tints of Vista Blue #A7DCBF
RGB
CMYK
RGB Variations
Color information
#A7DCBF (or 0xA7DCBF) is known color: Vista Blue. HEX triplet: A7, DC and BF. RGB value is (167,220,191). Sum of RGB (Red+Green+Blue) = 167+220+191=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCBF is #582340. Grayscale: #C8C8C8. Windows color (decimal): -5776193 or 12573863. OLE color: 12573863.
HSL color Cylindrical-coordinate representation of color #A7DCBF: hue angle of 147.17º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCBF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 191 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.14 |
| HSL | 147.17º | 0.43% | 0.76% | - |
| HSV(B) | 147.17º | 0.24% | 0.86% | - |
| XYZ | 50.93 | 63.16 | 58.8 | - |
| YUV | 200.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 191 | 0.24 | 0 | 0.13 | 0.14 | 147.17 | 0.43 | 0.76 |
| Hex | A7 | DC | BF | 18 | 0 | D | E | 93 | 2B | 4C |
| Octal | 247 | 334 | 277 | 30 | 0 | 15 | 16 | 223 | 53 | 114 |
| Binary | 10100111 | 11011100 | 10111111 | 11000 | 0 | 1101 | 1110 | 10010011 | 101011 | 1001100 |
Color Harmonies of #A7DCBF
Complementary color
Monochromatic Colors of #A7DCBF
Black with #A7DCBF
Text Example
Text Example
White with #A7DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCBF; }
p { color: rgb(167,220,191); }
H1.HeaderClassName
{
color: #A7DCBF;
}
.AnyTagClassName
{
color: #A7DCBF;
}
</style>
background-color css
<style>
a { background-color: #A7DCBF; }
a { background-color: rgb(167,220,191); }
div.DivClassName
{
background-color: #A7DCBF;
}
.BgClassName
{
background-color: #A7DCBF;
}
</style>
border-color css
<style>
span { border-color: #A7DCBF; }
span { border-color: rgb(167,220,191); }
td.TdClassName
{
border-color: #A7DCBF;
}
.TagClassName
{
border-color: #A7DCBF;
}
</style>