#A4DDBC

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

Shades of Vista Blue #A4DDBC

Tints of Vista Blue #A4DDBC

Color information

#A4DDBC (or 0xA4DDBC) is unknown color: approx Vista Blue. HEX triplet: A4, DD and BC. RGB value is (164,221,188). Sum of RGB (Red+Green+Blue) = 164+221+188=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDBC is #5B2243. Grayscale: #C8C8C8. Windows color (decimal): -5972548 or 12377508. OLE color: 12377508.

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

Color convert

RGB164221188-
CMYK0.2600.150.13
HSL145.26º45.6%75.49%-
HSV(B)145.26º25.79%86.67%-
XYZ50.2463.2457.13-
YUV200.2121.12102.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=28.62%
G=38.57%
B=32.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642211880.2600.150.13145.2645.675.49
HexA4DDBC1A0FD912e4b
Octal244335274320171522156113
Binary10100100110111011011110011010011111101100100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDBC; }

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

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

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

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

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

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

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

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