#A7C0B5

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

Shades of Periglacial Blue #A7C0B5

Tints of Periglacial Blue #A7C0B5

Color information

#A7C0B5 (or 0xA7C0B5) is unknown color: approx Periglacial Blue. HEX triplet: A7, C0 and B5. RGB value is (167,192,181). Sum of RGB (Red+Green+Blue) = 167+192+181=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0B5 is #583F4A. Grayscale: #B7B7B7. Windows color (decimal): -5783371 or 11911335. OLE color: 11911335.

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

Color convert

RGB167192181-
CMYK0.1300.060.25
HSL153.6º16.56%70.39%-
HSV(B)153.6º13.02%75.29%-
XYZ43.1349.2550.95-
YUV183.27126.72116.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=30.93%
G=35.56%
B=33.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921810.1300.060.25153.616.5670.39
HexA7C0B5D06199a1146
Octal24730026515063123221106
Binary101001111100000010110101110101101100110011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0B5; }

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

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

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

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

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

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

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

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