Shades of Vista Blue #A4DCC1
Tints of Vista Blue #A4DCC1
RGB
CMYK
RGB Variations
Color information
#A4DCC1 (or 0xA4DCC1) is known color: Vista Blue. HEX triplet: A4, DC and C1. RGB value is (164,220,193). Sum of RGB (Red+Green+Blue) = 164+220+193=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC1 is #5B233E. Grayscale: #C8C8C8. Windows color (decimal): -5972799 or 12704932. OLE color: 12704932.
HSL color Cylindrical-coordinate representation of color #A4DCC1: hue angle of 151.07º degrees, saturation: 0.44, 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 #A4DCC1 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 193 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.14 |
| HSL | 151.07º | 0.44% | 0.75% | - |
| HSV(B) | 151.07º | 0.25% | 0.86% | - |
| XYZ | 50.53 | 62.93 | 59.94 | - |
| YUV | 200.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 193 | 0.25 | 0 | 0.12 | 0.14 | 151.07 | 0.44 | 0.75 |
| Hex | A4 | DC | C1 | 19 | 0 | C | E | 97 | 2C | 4B |
| Octal | 244 | 334 | 301 | 31 | 0 | 14 | 16 | 227 | 54 | 113 |
| Binary | 10100100 | 11011100 | 11000001 | 11001 | 0 | 1100 | 1110 | 10010111 | 101100 | 1001011 |
Color Harmonies of #A4DCC1
Complementary color
Monochromatic Colors of #A4DCC1
Black with #A4DCC1
Text Example
Text Example
White with #A4DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCC1; }
p { color: rgb(164,220,193); }
H1.HeaderClassName
{
color: #A4DCC1;
}
.AnyTagClassName
{
color: #A4DCC1;
}
</style>
background-color css
<style>
a { background-color: #A4DCC1; }
a { background-color: rgb(164,220,193); }
div.DivClassName
{
background-color: #A4DCC1;
}
.BgClassName
{
background-color: #A4DCC1;
}
</style>
border-color css
<style>
span { border-color: #A4DCC1; }
span { border-color: rgb(164,220,193); }
td.TdClassName
{
border-color: #A4DCC1;
}
.TagClassName
{
border-color: #A4DCC1;
}
</style>