#A1DDB4

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

Shades of Vista Blue #A1DDB4

Tints of Vista Blue #A1DDB4

Color information

#A1DDB4 (or 0xA1DDB4) is unknown color: approx Vista Blue. HEX triplet: A1, DD and B4. RGB value is (161,221,180). Sum of RGB (Red+Green+Blue) = 161+221+180=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB4 is #5E224B. Grayscale: #C6C6C6. Windows color (decimal): -6169164 or 11853217. OLE color: 11853217.

HSL color Cylindrical-coordinate representation of color #A1DDB4: hue angle of 139º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB161221180-
CMYK0.2700.190.13
HSL139º46.88%74.9%-
HSV(B)139º27.15%86.67%-
XYZ48.7962.5952.69-
YUV198.39117.62101.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=28.65%
G=39.32%
B=32.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211800.2700.190.1313946.8874.9
HexA1DDB41B013D8b2f4b
Octal241335264330231521357113
Binary101000011101110110110100110110100111101100010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDB4; }

 p { color: rgb(161,221,180); }

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

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

 a { background-color: rgb(161,221,180); }

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

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

 span { border-color: rgb(161,221,180); }

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