#A1DCBE

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

Shades of Vista Blue #A1DCBE

Tints of Vista Blue #A1DCBE

Color information

#A1DCBE (or 0xA1DCBE) is unknown color: approx Vista Blue. HEX triplet: A1, DC and BE. RGB value is (161,220,190). Sum of RGB (Red+Green+Blue) = 161+220+190=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBE is #5E2341. Grayscale: #C6C6C6. Windows color (decimal): -6169410 or 12508321. OLE color: 12508321.

HSL color Cylindrical-coordinate representation of color #A1DCBE: hue angle of 149.49º 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 #A1DCBE is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB161220190-
CMYK0.2700.140.14
HSL149.49º45.74%74.71%-
HSV(B)149.49º26.82%86.27%-
XYZ49.5962.4858.16-
YUV198.94122.95100.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.20%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=28.20%
G=38.53%
B=33.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201900.2700.140.14149.4945.7474.71
HexA1DCBE1B0EE952e4b
Octal241334276330161622556113
Binary10100001110111001011111011011011101110100101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCBE; }

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

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

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

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

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

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

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

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