Shades of Vista Blue #A4DDB6
Tints of Vista Blue #A4DDB6
RGB
CMYK
RGB Variations
Color information
#A4DDB6 (or 0xA4DDB6) is known color: Vista Blue. HEX triplet: A4, DD and B6. RGB value is (164,221,182). Sum of RGB (Red+Green+Blue) = 164+221+182=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDB6 is #5B2249. Grayscale: #C7C7C7. Windows color (decimal): -5972554 or 11984292. OLE color: 11984292.
HSL color Cylindrical-coordinate representation of color #A4DDB6: hue angle of 138.95º 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 #A4DDB6 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 182 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.13 |
| HSL | 138.95º | 0.46% | 0.75% | - |
| HSV(B) | 138.95º | 0.26% | 0.87% | - |
| XYZ | 49.61 | 62.98 | 53.8 | - |
| YUV | 199.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 182 | 0.26 | 0 | 0.18 | 0.13 | 138.95 | 0.46 | 0.75 |
| Hex | A4 | DD | B6 | 1A | 0 | 12 | D | 8B | 2E | 4B |
| Octal | 244 | 335 | 266 | 32 | 0 | 22 | 15 | 213 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10110110 | 11010 | 0 | 10010 | 1101 | 10001011 | 101110 | 1001011 |
Color Harmonies of #A4DDB6
Complementary color
Monochromatic Colors of #A4DDB6
Black with #A4DDB6
Text Example
Text Example
White with #A4DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDB6; }
p { color: rgb(164,221,182); }
H1.HeaderClassName
{
color: #A4DDB6;
}
.AnyTagClassName
{
color: #A4DDB6;
}
</style>
background-color css
<style>
a { background-color: #A4DDB6; }
a { background-color: rgb(164,221,182); }
div.DivClassName
{
background-color: #A4DDB6;
}
.BgClassName
{
background-color: #A4DDB6;
}
</style>
border-color css
<style>
span { border-color: #A4DDB6; }
span { border-color: rgb(164,221,182); }
td.TdClassName
{
border-color: #A4DDB6;
}
.TagClassName
{
border-color: #A4DDB6;
}
</style>