Shades of Vista Blue #A4DDBB
Tints of Vista Blue #A4DDBB
RGB
CMYK
RGB Variations
Color information
#A4DDBB (or 0xA4DDBB) is known color: Vista Blue. HEX triplet: A4, DD and BB. RGB value is (164,221,187). Sum of RGB (Red+Green+Blue) = 164+221+187=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDBB is #5B2244. Grayscale: #C8C8C8. Windows color (decimal): -5972549 or 12311972. OLE color: 12311972.
HSL color Cylindrical-coordinate representation of color #A4DDBB: hue angle of 144.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDBB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 187 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.13 |
| HSL | 144.21º | 0.46% | 0.75% | - |
| HSV(B) | 144.21º | 0.26% | 0.87% | - |
| XYZ | 50.14 | 63.19 | 56.57 | - |
| YUV | 200.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 187 | 0.26 | 0 | 0.15 | 0.13 | 144.21 | 0.46 | 0.75 |
| Hex | A4 | DD | BB | 1A | 0 | F | D | 90 | 2E | 4B |
| Octal | 244 | 335 | 273 | 32 | 0 | 17 | 15 | 220 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10111011 | 11010 | 0 | 1111 | 1101 | 10010000 | 101110 | 1001011 |
Color Harmonies of #A4DDBB
Complementary color
Monochromatic Colors of #A4DDBB
Black with #A4DDBB
Text Example
Text Example
White with #A4DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDBB; }
p { color: rgb(164,221,187); }
H1.HeaderClassName
{
color: #A4DDBB;
}
.AnyTagClassName
{
color: #A4DDBB;
}
</style>
background-color css
<style>
a { background-color: #A4DDBB; }
a { background-color: rgb(164,221,187); }
div.DivClassName
{
background-color: #A4DDBB;
}
.BgClassName
{
background-color: #A4DDBB;
}
</style>
border-color css
<style>
span { border-color: #A4DDBB; }
span { border-color: rgb(164,221,187); }
td.TdClassName
{
border-color: #A4DDBB;
}
.TagClassName
{
border-color: #A4DDBB;
}
</style>