#A1C3B3

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

Shades of Periglacial Blue #A1C3B3

Tints of Periglacial Blue #A1C3B3

Color information

#A1C3B3 (or 0xA1C3B3) is unknown color: approx Periglacial Blue. HEX triplet: A1, C3 and B3. RGB value is (161,195,179). Sum of RGB (Red+Green+Blue) = 161+195+179=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3B3 is #5E3C4C. Grayscale: #B7B7B7. Windows color (decimal): -6175821 or 11781025. OLE color: 11781025.

HSL color Cylindrical-coordinate representation of color #A1C3B3: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C3B3 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB161195179-
CMYK0.1700.080.24
HSL151.76º22.08%69.8%-
HSV(B)151.76º17.44%76.47%-
XYZ42.3549.8650.04-
YUV183.01125.74112.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=30.09%
G=36.45%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951790.1700.080.24151.7622.0869.8
HexA1C3B3110818981646
Octal241303263210103023026106
Binary10100001110000111011001110001010001100010011000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C3B3; }

 p { color: rgb(161,195,179); }

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

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

 a { background-color: rgb(161,195,179); }

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

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

 span { border-color: rgb(161,195,179); }

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