Shades of Vista Blue #A4DBBD
Tints of Vista Blue #A4DBBD
RGB
CMYK
RGB Variations
Color information
#A4DBBD (or 0xA4DBBD) is known color: Vista Blue. HEX triplet: A4, DB and BD. RGB value is (164,219,189). Sum of RGB (Red+Green+Blue) = 164+219+189=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBBD is #5B2442. Grayscale: #C7C7C7. Windows color (decimal): -5973059 or 12442532. OLE color: 12442532.
HSL color Cylindrical-coordinate representation of color #A4DBBD: hue angle of 147.27º degrees, saturation: 0.43, 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 #A4DBBD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 189 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.14 |
| HSL | 147.27º | 0.43% | 0.75% | - |
| HSV(B) | 147.27º | 0.25% | 0.86% | - |
| XYZ | 49.83 | 62.23 | 57.53 | - |
| YUV | 199.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 189 | 0.25 | 0 | 0.14 | 0.14 | 147.27 | 0.43 | 0.75 |
| Hex | A4 | DB | BD | 19 | 0 | E | E | 93 | 2B | 4B |
| Octal | 244 | 333 | 275 | 31 | 0 | 16 | 16 | 223 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10111101 | 11001 | 0 | 1110 | 1110 | 10010011 | 101011 | 1001011 |
Color Harmonies of #A4DBBD
Complementary color
Monochromatic Colors of #A4DBBD
Black with #A4DBBD
Text Example
Text Example
White with #A4DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBBD; }
p { color: rgb(164,219,189); }
H1.HeaderClassName
{
color: #A4DBBD;
}
.AnyTagClassName
{
color: #A4DBBD;
}
</style>
background-color css
<style>
a { background-color: #A4DBBD; }
a { background-color: rgb(164,219,189); }
div.DivClassName
{
background-color: #A4DBBD;
}
.BgClassName
{
background-color: #A4DBBD;
}
</style>
border-color css
<style>
span { border-color: #A4DBBD; }
span { border-color: rgb(164,219,189); }
td.TdClassName
{
border-color: #A4DBBD;
}
.TagClassName
{
border-color: #A4DBBD;
}
</style>