Shades of Vista Blue #A4DBC0
Tints of Vista Blue #A4DBC0
RGB
CMYK
RGB Variations
Color information
#A4DBC0 (or 0xA4DBC0) is known color: Vista Blue. HEX triplet: A4, DB and C0. RGB value is (164,219,192). Sum of RGB (Red+Green+Blue) = 164+219+192=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBC0 is #5B243F. Grayscale: #C7C7C7. Windows color (decimal): -5973056 or 12639140. OLE color: 12639140.
HSL color Cylindrical-coordinate representation of color #A4DBC0: hue angle of 150.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBC0 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 192 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.14 |
| HSL | 150.55º | 0.43% | 0.75% | - |
| HSV(B) | 150.55º | 0.25% | 0.86% | - |
| XYZ | 50.16 | 62.36 | 59.26 | - |
| YUV | 199.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 192 | 0.25 | 0 | 0.12 | 0.14 | 150.55 | 0.43 | 0.75 |
| Hex | A4 | DB | C0 | 19 | 0 | C | E | 97 | 2B | 4B |
| Octal | 244 | 333 | 300 | 31 | 0 | 14 | 16 | 227 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11000000 | 11001 | 0 | 1100 | 1110 | 10010111 | 101011 | 1001011 |
Color Harmonies of #A4DBC0
Complementary color
Monochromatic Colors of #A4DBC0
Black with #A4DBC0
Text Example
Text Example
White with #A4DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBC0; }
p { color: rgb(164,219,192); }
H1.HeaderClassName
{
color: #A4DBC0;
}
.AnyTagClassName
{
color: #A4DBC0;
}
</style>
background-color css
<style>
a { background-color: #A4DBC0; }
a { background-color: rgb(164,219,192); }
div.DivClassName
{
background-color: #A4DBC0;
}
.BgClassName
{
background-color: #A4DBC0;
}
</style>
border-color css
<style>
span { border-color: #A4DBC0; }
span { border-color: rgb(164,219,192); }
td.TdClassName
{
border-color: #A4DBC0;
}
.TagClassName
{
border-color: #A4DBC0;
}
</style>