Shades of Vista Blue #A7DBC2
Tints of Vista Blue #A7DBC2
RGB
CMYK
RGB Variations
Color information
#A7DBC2 (or 0xA7DBC2) is known color: Vista Blue. HEX triplet: A7, DB and C2. RGB value is (167,219,194). Sum of RGB (Red+Green+Blue) = 167+219+194=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBC2 is #58243D. Grayscale: #C8C8C8. Windows color (decimal): -5776446 or 12770215. OLE color: 12770215.
HSL color Cylindrical-coordinate representation of color #A7DBC2: hue angle of 151.15º degrees, saturation: 0.42, 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 #A7DBC2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 194 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.14 |
| HSL | 151.15º | 0.42% | 0.76% | - |
| HSV(B) | 151.15º | 0.24% | 0.86% | - |
| XYZ | 51.01 | 62.77 | 60.47 | - |
| YUV | 200.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 194 | 0.24 | 0 | 0.11 | 0.14 | 151.15 | 0.42 | 0.76 |
| Hex | A7 | DB | C2 | 18 | 0 | B | E | 97 | 2A | 4C |
| Octal | 247 | 333 | 302 | 30 | 0 | 13 | 16 | 227 | 52 | 114 |
| Binary | 10100111 | 11011011 | 11000010 | 11000 | 0 | 1011 | 1110 | 10010111 | 101010 | 1001100 |
Color Harmonies of #A7DBC2
Complementary color
Monochromatic Colors of #A7DBC2
Black with #A7DBC2
Text Example
Text Example
White with #A7DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBC2; }
p { color: rgb(167,219,194); }
H1.HeaderClassName
{
color: #A7DBC2;
}
.AnyTagClassName
{
color: #A7DBC2;
}
</style>
background-color css
<style>
a { background-color: #A7DBC2; }
a { background-color: rgb(167,219,194); }
div.DivClassName
{
background-color: #A7DBC2;
}
.BgClassName
{
background-color: #A7DBC2;
}
</style>
border-color css
<style>
span { border-color: #A7DBC2; }
span { border-color: rgb(167,219,194); }
td.TdClassName
{
border-color: #A7DBC2;
}
.TagClassName
{
border-color: #A7DBC2;
}
</style>