Shades of Vista Blue #A4D2BB
Tints of Vista Blue #A4D2BB
RGB
CMYK
RGB Variations
Color information
#A4D2BB (or 0xA4D2BB) is known color: Vista Blue. HEX triplet: A4, D2 and BB. RGB value is (164,210,187). Sum of RGB (Red+Green+Blue) = 164+210+187=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D2BB is #5B2D44. Grayscale: #C1C1C1. Windows color (decimal): -5975365 or 12309156. OLE color: 12309156.
HSL color Cylindrical-coordinate representation of color #A4D2BB: hue angle of 150º degrees, saturation: 0.34, 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 #A4D2BB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 187 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.18 |
| HSL | 150º | 0.34% | 0.73% | - |
| HSV(B) | 150º | 0.22% | 0.82% | - |
| XYZ | 47.33 | 57.57 | 55.63 | - |
| YUV | 193.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 187 | 0.22 | 0 | 0.11 | 0.18 | 150 | 0.34 | 0.73 |
| Hex | A4 | D2 | BB | 16 | 0 | B | 12 | 96 | 22 | 49 |
| Octal | 244 | 322 | 273 | 26 | 0 | 13 | 22 | 226 | 42 | 111 |
| Binary | 10100100 | 11010010 | 10111011 | 10110 | 0 | 1011 | 10010 | 10010110 | 100010 | 1001001 |
Color Harmonies of #A4D2BB
Complementary color
Monochromatic Colors of #A4D2BB
Black with #A4D2BB
Text Example
Text Example
White with #A4D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D2BB; }
p { color: rgb(164,210,187); }
H1.HeaderClassName
{
color: #A4D2BB;
}
.AnyTagClassName
{
color: #A4D2BB;
}
</style>
background-color css
<style>
a { background-color: #A4D2BB; }
a { background-color: rgb(164,210,187); }
div.DivClassName
{
background-color: #A4D2BB;
}
.BgClassName
{
background-color: #A4D2BB;
}
</style>
border-color css
<style>
span { border-color: #A4D2BB; }
span { border-color: rgb(164,210,187); }
td.TdClassName
{
border-color: #A4D2BB;
}
.TagClassName
{
border-color: #A4D2BB;
}
</style>