Shades of Vista Blue #A4D0BC
Tints of Vista Blue #A4D0BC
RGB
CMYK
RGB Variations
Color information
#A4D0BC (or 0xA4D0BC) is known color: Vista Blue. HEX triplet: A4, D0 and BC. RGB value is (164,208,188). Sum of RGB (Red+Green+Blue) = 164+208+188=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0BC is #5B2F43. Grayscale: #C0C0C0. Windows color (decimal): -5975876 or 12374180. OLE color: 12374180.
HSL color Cylindrical-coordinate representation of color #A4D0BC: hue angle of 152.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0BC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 188 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.18 |
| HSL | 152.73º | 0.32% | 0.73% | - |
| HSV(B) | 152.73º | 0.21% | 0.82% | - |
| XYZ | 46.94 | 56.64 | 56.03 | - |
| YUV | 192.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 188 | 0.21 | 0 | 0.10 | 0.18 | 152.73 | 0.32 | 0.73 |
| Hex | A4 | D0 | BC | 15 | 0 | A | 12 | 99 | 20 | 49 |
| Octal | 244 | 320 | 274 | 25 | 0 | 12 | 22 | 231 | 40 | 111 |
| Binary | 10100100 | 11010000 | 10111100 | 10101 | 0 | 1010 | 10010 | 10011001 | 100000 | 1001001 |
Color Harmonies of #A4D0BC
Complementary color
Monochromatic Colors of #A4D0BC
Black with #A4D0BC
Text Example
Text Example
White with #A4D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0BC; }
p { color: rgb(164,208,188); }
H1.HeaderClassName
{
color: #A4D0BC;
}
.AnyTagClassName
{
color: #A4D0BC;
}
</style>
background-color css
<style>
a { background-color: #A4D0BC; }
a { background-color: rgb(164,208,188); }
div.DivClassName
{
background-color: #A4D0BC;
}
.BgClassName
{
background-color: #A4D0BC;
}
</style>
border-color css
<style>
span { border-color: #A4D0BC; }
span { border-color: rgb(164,208,188); }
td.TdClassName
{
border-color: #A4D0BC;
}
.TagClassName
{
border-color: #A4D0BC;
}
</style>