#A1DCB4

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

Shades of Vista Blue #A1DCB4

Tints of Vista Blue #A1DCB4

Color information

#A1DCB4 (or 0xA1DCB4) is unknown color: approx Vista Blue. HEX triplet: A1, DC and B4. RGB value is (161,220,180). Sum of RGB (Red+Green+Blue) = 161+220+180=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCB4 is #5E234B. Grayscale: #C5C5C5. Windows color (decimal): -6169420 or 11852961. OLE color: 11852961.

HSL color Cylindrical-coordinate representation of color #A1DCB4: hue angle of 139.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCB4 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB161220180-
CMYK0.2700.180.14
HSL139.32º45.74%74.71%-
HSV(B)139.32º26.82%86.27%-
XYZ48.5362.0652.6-
YUV197.8117.95101.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=28.70%
G=39.22%
B=32.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201800.2700.180.14139.3245.7474.71
HexA1DCB41B012E8b2e4b
Octal241334264330221621356113
Binary101000011101110010110100110110100101110100010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCB4; }

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

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

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

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

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

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

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

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