#A7C1B5

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

Shades of Periglacial Blue #A7C1B5

Tints of Periglacial Blue #A7C1B5

Color information

#A7C1B5 (or 0xA7C1B5) is unknown color: approx Periglacial Blue. HEX triplet: A7, C1 and B5. RGB value is (167,193,181). Sum of RGB (Red+Green+Blue) = 167+193+181=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C1B5 is #583E4A. Grayscale: #B7B7B7. Windows color (decimal): -5783115 or 11911591. OLE color: 11911591.

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

Color convert

RGB167193181-
CMYK0.1300.060.24
HSL152.31º17.33%70.59%-
HSV(B)152.31º13.47%75.69%-
XYZ43.3549.6951.02-
YUV183.86126.39115.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.87%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=30.87%
G=35.67%
B=33.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931810.1300.060.24152.3117.3370.59
HexA7C1B5D0618981147
Octal24730126515063023021107
Binary101001111100000110110101110101101100010011000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1B5; }

 p { color: rgb(167,193,181); }

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

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

 a { background-color: rgb(167,193,181); }

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

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

 span { border-color: rgb(167,193,181); }

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