#A1CDB1

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

Shades of Vista Blue #A1CDB1

Tints of Vista Blue #A1CDB1

Color information

#A1CDB1 (or 0xA1CDB1) is unknown color: approx Vista Blue. HEX triplet: A1, CD and B1. RGB value is (161,205,177). Sum of RGB (Red+Green+Blue) = 161+205+177=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDB1 is #5E324E. Grayscale: #BCBCBC. Windows color (decimal): -6173263 or 11652513. OLE color: 11652513.

HSL color Cylindrical-coordinate representation of color #A1CDB1: hue angle of 141.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDB1 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB161205177-
CMYK0.2100.140.20
HSL141.82º30.56%71.76%-
HSV(B)141.82º21.46%80.39%-
XYZ44.4754.4149.75-
YUV188.65121.42108.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=29.65%
G=37.75%
B=32.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051770.2100.140.20141.8230.5671.76
HexA1CDB1150E148e1f48
Octal241315261250162421637110
Binary10100001110011011011000110101011101010010001110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDB1; }

 p { color: rgb(161,205,177); }

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

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

 a { background-color: rgb(161,205,177); }

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

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

 span { border-color: rgb(161,205,177); }

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