Shades of Vista Blue #A4DBBB
Tints of Vista Blue #A4DBBB
RGB
CMYK
RGB Variations
Color information
#A4DBBB (or 0xA4DBBB) is known color: Vista Blue. HEX triplet: A4, DB and BB. RGB value is (164,219,187). Sum of RGB (Red+Green+Blue) = 164+219+187=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBBB is #5B2444. Grayscale: #C6C6C6. Windows color (decimal): -5973061 or 12311460. OLE color: 12311460.
HSL color Cylindrical-coordinate representation of color #A4DBBB: hue angle of 145.09º 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 #A4DBBB is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 187 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.14 |
| HSL | 145.09º | 0.43% | 0.75% | - |
| HSV(B) | 145.09º | 0.25% | 0.86% | - |
| XYZ | 49.61 | 62.14 | 56.39 | - |
| YUV | 198.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 187 | 0.25 | 0 | 0.15 | 0.14 | 145.09 | 0.43 | 0.75 |
| Hex | A4 | DB | BB | 19 | 0 | F | E | 91 | 2B | 4B |
| Octal | 244 | 333 | 273 | 31 | 0 | 17 | 16 | 221 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10111011 | 11001 | 0 | 1111 | 1110 | 10010001 | 101011 | 1001011 |
Color Harmonies of #A4DBBB
Complementary color
Monochromatic Colors of #A4DBBB
Black with #A4DBBB
Text Example
Text Example
White with #A4DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBBB; }
p { color: rgb(164,219,187); }
H1.HeaderClassName
{
color: #A4DBBB;
}
.AnyTagClassName
{
color: #A4DBBB;
}
</style>
background-color css
<style>
a { background-color: #A4DBBB; }
a { background-color: rgb(164,219,187); }
div.DivClassName
{
background-color: #A4DBBB;
}
.BgClassName
{
background-color: #A4DBBB;
}
</style>
border-color css
<style>
span { border-color: #A4DBBB; }
span { border-color: rgb(164,219,187); }
td.TdClassName
{
border-color: #A4DBBB;
}
.TagClassName
{
border-color: #A4DBBB;
}
</style>