Shades of Vista Blue #A7DCBD
Tints of Vista Blue #A7DCBD
RGB
CMYK
RGB Variations
Color information
#A7DCBD (or 0xA7DCBD) is known color: Vista Blue. HEX triplet: A7, DC and BD. RGB value is (167,220,189). Sum of RGB (Red+Green+Blue) = 167+220+189=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCBD is #582342. Grayscale: #C8C8C8. Windows color (decimal): -5776195 or 12442791. OLE color: 12442791.
HSL color Cylindrical-coordinate representation of color #A7DCBD: hue angle of 144.91º 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 #A7DCBD is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 189 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.14 |
| HSL | 144.91º | 0.43% | 0.76% | - |
| HSV(B) | 144.91º | 0.24% | 0.86% | - |
| XYZ | 50.71 | 63.08 | 57.65 | - |
| YUV | 200.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 189 | 0.24 | 0 | 0.14 | 0.14 | 144.91 | 0.43 | 0.76 |
| Hex | A7 | DC | BD | 18 | 0 | E | E | 91 | 2B | 4C |
| Octal | 247 | 334 | 275 | 30 | 0 | 16 | 16 | 221 | 53 | 114 |
| Binary | 10100111 | 11011100 | 10111101 | 11000 | 0 | 1110 | 1110 | 10010001 | 101011 | 1001100 |
Color Harmonies of #A7DCBD
Complementary color
Monochromatic Colors of #A7DCBD
Black with #A7DCBD
Text Example
Text Example
White with #A7DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCBD; }
p { color: rgb(167,220,189); }
H1.HeaderClassName
{
color: #A7DCBD;
}
.AnyTagClassName
{
color: #A7DCBD;
}
</style>
background-color css
<style>
a { background-color: #A7DCBD; }
a { background-color: rgb(167,220,189); }
div.DivClassName
{
background-color: #A7DCBD;
}
.BgClassName
{
background-color: #A7DCBD;
}
</style>
border-color css
<style>
span { border-color: #A7DCBD; }
span { border-color: rgb(167,220,189); }
td.TdClassName
{
border-color: #A7DCBD;
}
.TagClassName
{
border-color: #A7DCBD;
}
</style>