#A4CDB4

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

Shades of Vista Blue #A4CDB4

Tints of Vista Blue #A4CDB4

Color information

#A4CDB4 (or 0xA4CDB4) is unknown color: approx Vista Blue. HEX triplet: A4, CD and B4. RGB value is (164,205,180). Sum of RGB (Red+Green+Blue) = 164+205+180=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDB4 is #5B324B. Grayscale: #BDBDBD. Windows color (decimal): -5976652 or 11849124. OLE color: 11849124.

HSL color Cylindrical-coordinate representation of color #A4CDB4: hue angle of 143.41º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDB4 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB164205180-
CMYK0.200.120.20
HSL143.41º29.08%72.35%-
HSV(B)143.41º20%80.39%-
XYZ45.3854.8551.38-
YUV189.89122.42109.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=29.87%
G=37.34%
B=32.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051800.200.120.20143.4129.0872.35
HexA4CDB4140C148f1d48
Octal244315264240142421735110
Binary10100100110011011011010010100011001010010001111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDB4; }

 p { color: rgb(164,205,180); }

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

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

 a { background-color: rgb(164,205,180); }

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

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

 span { border-color: rgb(164,205,180); }

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