Shades of Vista Blue #A4D1BC
Tints of Vista Blue #A4D1BC
RGB
CMYK
RGB Variations
Color information
#A4D1BC (or 0xA4D1BC) is known color: Vista Blue. HEX triplet: A4, D1 and BC. RGB value is (164,209,188). Sum of RGB (Red+Green+Blue) = 164+209+188=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D1BC is #5B2E43. Grayscale: #C1C1C1. Windows color (decimal): -5975620 or 12374436. OLE color: 12374436.
HSL color Cylindrical-coordinate representation of color #A4D1BC: hue angle of 152º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D1BC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 188 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.18 |
| HSL | 152º | 0.33% | 0.73% | - |
| HSV(B) | 152º | 0.22% | 0.82% | - |
| XYZ | 47.19 | 57.12 | 56.12 | - |
| YUV | 193.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 188 | 0.22 | 0 | 0.10 | 0.18 | 152 | 0.33 | 0.73 |
| Hex | A4 | D1 | BC | 16 | 0 | A | 12 | 98 | 21 | 49 |
| Octal | 244 | 321 | 274 | 26 | 0 | 12 | 22 | 230 | 41 | 111 |
| Binary | 10100100 | 11010001 | 10111100 | 10110 | 0 | 1010 | 10010 | 10011000 | 100001 | 1001001 |
Color Harmonies of #A4D1BC
Complementary color
Monochromatic Colors of #A4D1BC
Black with #A4D1BC
Text Example
Text Example
White with #A4D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1BC; }
p { color: rgb(164,209,188); }
H1.HeaderClassName
{
color: #A4D1BC;
}
.AnyTagClassName
{
color: #A4D1BC;
}
</style>
background-color css
<style>
a { background-color: #A4D1BC; }
a { background-color: rgb(164,209,188); }
div.DivClassName
{
background-color: #A4D1BC;
}
.BgClassName
{
background-color: #A4D1BC;
}
</style>
border-color css
<style>
span { border-color: #A4D1BC; }
span { border-color: rgb(164,209,188); }
td.TdClassName
{
border-color: #A4D1BC;
}
.TagClassName
{
border-color: #A4D1BC;
}
</style>