Shades of Vista Blue #A4D4BC
Tints of Vista Blue #A4D4BC
RGB
CMYK
RGB Variations
Color information
#A4D4BC (or 0xA4D4BC) is known color: Vista Blue. HEX triplet: A4, D4 and BC. RGB value is (164,212,188). Sum of RGB (Red+Green+Blue) = 164+212+188=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4BC is #5B2B43. Grayscale: #C2C2C2. Windows color (decimal): -5974852 or 12375204. OLE color: 12375204.
HSL color Cylindrical-coordinate representation of color #A4D4BC: hue angle of 150º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4BC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 188 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.17 |
| HSL | 150º | 0.36% | 0.74% | - |
| HSV(B) | 150º | 0.23% | 0.83% | - |
| XYZ | 47.93 | 58.61 | 56.36 | - |
| YUV | 194.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 188 | 0.23 | 0 | 0.11 | 0.17 | 150 | 0.36 | 0.74 |
| Hex | A4 | D4 | BC | 17 | 0 | B | 11 | 96 | 24 | 4A |
| Octal | 244 | 324 | 274 | 27 | 0 | 13 | 21 | 226 | 44 | 112 |
| Binary | 10100100 | 11010100 | 10111100 | 10111 | 0 | 1011 | 10001 | 10010110 | 100100 | 1001010 |
Color Harmonies of #A4D4BC
Complementary color
Monochromatic Colors of #A4D4BC
Black with #A4D4BC
Text Example
Text Example
White with #A4D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D4BC; }
p { color: rgb(164,212,188); }
H1.HeaderClassName
{
color: #A4D4BC;
}
.AnyTagClassName
{
color: #A4D4BC;
}
</style>
background-color css
<style>
a { background-color: #A4D4BC; }
a { background-color: rgb(164,212,188); }
div.DivClassName
{
background-color: #A4D4BC;
}
.BgClassName
{
background-color: #A4D4BC;
}
</style>
border-color css
<style>
span { border-color: #A4D4BC; }
span { border-color: rgb(164,212,188); }
td.TdClassName
{
border-color: #A4D4BC;
}
.TagClassName
{
border-color: #A4D4BC;
}
</style>