#A1DCBD

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

Shades of Vista Blue #A1DCBD

Tints of Vista Blue #A1DCBD

Color information

#A1DCBD (or 0xA1DCBD) is unknown color: approx Vista Blue. HEX triplet: A1, DC and BD. RGB value is (161,220,189). Sum of RGB (Red+Green+Blue) = 161+220+189=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBD is #5E2342. Grayscale: #C6C6C6. Windows color (decimal): -6169411 or 12442785. OLE color: 12442785.

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

Color convert

RGB161220189-
CMYK0.2700.140.14
HSL148.47º45.74%74.71%-
HSV(B)148.47º26.82%86.27%-
XYZ49.4862.4457.59-
YUV198.82122.45101.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=28.25%
G=38.60%
B=33.16%

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
Decimal1612201890.2700.140.14148.4745.7474.71
HexA1DCBD1B0EE942e4b
Octal241334275330161622456113
Binary10100001110111001011110111011011101110100101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCBD; }

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

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

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

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

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

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

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

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