#A4DDBA

Color #A4DDBA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #A4DDBA

Tints of Vista Blue #A4DDBA

Color information

#A4DDBA (or 0xA4DDBA) is unknown color: approx Vista Blue. HEX triplet: A4, DD and BA. RGB value is (164,221,186). Sum of RGB (Red+Green+Blue) = 164+221+186=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDBA is #5B2245. Grayscale: #C8C8C8. Windows color (decimal): -5972550 or 12246436. OLE color: 12246436.

HSL color Cylindrical-coordinate representation of color #A4DDBA: hue angle of 143.16º 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 #A4DDBA is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB164221186-
CMYK0.2600.160.13
HSL143.16º45.6%75.49%-
HSV(B)143.16º25.79%86.67%-
XYZ50.0363.1556.01-
YUV199.97120.12102.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=28.72%
G=38.70%
B=32.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642211860.2600.160.13143.1645.675.49
HexA4DDBA1A010D8f2e4b
Octal244335272320201521756113
Binary101001001101110110111010110100100001101100011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDBA; }

 p { color: rgb(164,221,186); }

 H1.HeaderClassName
 {
   color: #A4DDBA;
 }
 .AnyTagClassName
 {
   color: #A4DDBA;
 }
</style>
background-color css

<style>
 a { background-color: #A4DDBA; }

 a { background-color: rgb(164,221,186); }

 div.DivClassName
 {
   background-color: #A4DDBA;
 }
 .BgClassName
 {
   background-color: #A4DDBA;
 }
</style>
border-color css

<style>
 span { border-color: #A4DDBA; }

 span { border-color: rgb(164,221,186); }

 td.TdClassName
 {
   border-color: #A4DDBA;
 }
 .TagClassName
 {
   border-color: #A4DDBA;
 }
</style>