Shades of Vista Blue #A4DBBC
Tints of Vista Blue #A4DBBC
RGB
CMYK
RGB Variations
Color information
#A4DBBC (or 0xA4DBBC) is known color: Vista Blue. HEX triplet: A4, DB and BC. RGB value is (164,219,188). Sum of RGB (Red+Green+Blue) = 164+219+188=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBBC is #5B2443. Grayscale: #C7C7C7. Windows color (decimal): -5973060 or 12376996. OLE color: 12376996.
HSL color Cylindrical-coordinate representation of color #A4DBBC: hue angle of 146.18º 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 #A4DBBC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 188 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.14 |
| HSL | 146.18º | 0.43% | 0.75% | - |
| HSV(B) | 146.18º | 0.25% | 0.86% | - |
| XYZ | 49.72 | 62.19 | 56.96 | - |
| YUV | 199.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 188 | 0.25 | 0 | 0.14 | 0.14 | 146.18 | 0.43 | 0.75 |
| Hex | A4 | DB | BC | 19 | 0 | E | E | 92 | 2B | 4B |
| Octal | 244 | 333 | 274 | 31 | 0 | 16 | 16 | 222 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10111100 | 11001 | 0 | 1110 | 1110 | 10010010 | 101011 | 1001011 |
Color Harmonies of #A4DBBC
Complementary color
Monochromatic Colors of #A4DBBC
Black with #A4DBBC
Text Example
Text Example
White with #A4DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBBC; }
p { color: rgb(164,219,188); }
H1.HeaderClassName
{
color: #A4DBBC;
}
.AnyTagClassName
{
color: #A4DBBC;
}
</style>
background-color css
<style>
a { background-color: #A4DBBC; }
a { background-color: rgb(164,219,188); }
div.DivClassName
{
background-color: #A4DBBC;
}
.BgClassName
{
background-color: #A4DBBC;
}
</style>
border-color css
<style>
span { border-color: #A4DBBC; }
span { border-color: rgb(164,219,188); }
td.TdClassName
{
border-color: #A4DBBC;
}
.TagClassName
{
border-color: #A4DBBC;
}
</style>