#A1DEBD

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

Shades of Vista Blue #A1DEBD

Tints of Vista Blue #A1DEBD

Color information

#A1DEBD (or 0xA1DEBD) is unknown color: approx Vista Blue. HEX triplet: A1, DE and BD. RGB value is (161,222,189). Sum of RGB (Red+Green+Blue) = 161+222+189=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEBD is #5E2142. Grayscale: #C8C8C8. Windows color (decimal): -6168899 or 12443297. OLE color: 12443297.

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

Color convert

RGB161222189-
CMYK0.2700.150.13
HSL147.54º48.03%75.1%-
HSV(B)147.54º27.48%87.06%-
XYZ5063.4957.76-
YUV200121.79100.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=28.15%
G=38.81%
B=33.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221890.2700.150.13147.5448.0375.1
HexA1DEBD1B0FD94304b
Octal241336275330171522460113
Binary10100001110111101011110111011011111101100101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEBD; }

 p { color: rgb(161,222,189); }

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

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

 a { background-color: rgb(161,222,189); }

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

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

 span { border-color: rgb(161,222,189); }

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