Shades of Vista Blue #A4DCB6
Tints of Vista Blue #A4DCB6
RGB
CMYK
RGB Variations
Color information
#A4DCB6 (or 0xA4DCB6) is known color: Vista Blue. HEX triplet: A4, DC and B6. RGB value is (164,220,182). Sum of RGB (Red+Green+Blue) = 164+220+182=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCB6 is #5B2349. Grayscale: #C7C7C7. Windows color (decimal): -5972810 or 11984036. OLE color: 11984036.
HSL color Cylindrical-coordinate representation of color #A4DCB6: hue angle of 139.29º 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 #A4DCB6 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 182 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.14 |
| HSL | 139.29º | 0.44% | 0.75% | - |
| HSV(B) | 139.29º | 0.25% | 0.86% | - |
| XYZ | 49.35 | 62.46 | 53.71 | - |
| YUV | 198.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 182 | 0.25 | 0 | 0.17 | 0.14 | 139.29 | 0.44 | 0.75 |
| Hex | A4 | DC | B6 | 19 | 0 | 11 | E | 8B | 2C | 4B |
| Octal | 244 | 334 | 266 | 31 | 0 | 21 | 16 | 213 | 54 | 113 |
| Binary | 10100100 | 11011100 | 10110110 | 11001 | 0 | 10001 | 1110 | 10001011 | 101100 | 1001011 |
Color Harmonies of #A4DCB6
Complementary color
Monochromatic Colors of #A4DCB6
Black with #A4DCB6
Text Example
Text Example
White with #A4DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCB6; }
p { color: rgb(164,220,182); }
H1.HeaderClassName
{
color: #A4DCB6;
}
.AnyTagClassName
{
color: #A4DCB6;
}
</style>
background-color css
<style>
a { background-color: #A4DCB6; }
a { background-color: rgb(164,220,182); }
div.DivClassName
{
background-color: #A4DCB6;
}
.BgClassName
{
background-color: #A4DCB6;
}
</style>
border-color css
<style>
span { border-color: #A4DCB6; }
span { border-color: rgb(164,220,182); }
td.TdClassName
{
border-color: #A4DCB6;
}
.TagClassName
{
border-color: #A4DCB6;
}
</style>