#AAC0B7

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

Shades of Periglacial Blue #AAC0B7

Tints of Periglacial Blue #AAC0B7

Color information

#AAC0B7 (or 0xAAC0B7) is unknown color: approx Periglacial Blue. HEX triplet: AA, C0 and B7. RGB value is (170,192,183). Sum of RGB (Red+Green+Blue) = 170+192+183=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0B7 is #553F48. Grayscale: #B8B8B8. Windows color (decimal): -5586761 or 12042410. OLE color: 12042410.

HSL color Cylindrical-coordinate representation of color #AAC0B7: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0B7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB170192183-
CMYK0.1100.050.25
HSL155.45º14.86%70.98%-
HSV(B)155.45º11.46%75.29%-
XYZ43.9749.6652.07-
YUV184.4127.21117.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=31.19%
G=35.23%
B=33.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921830.1100.050.25155.4514.8670.98
HexAAC0B7B05199bf47
Octal25230026713053123317107
Binary10101010110000001011011110110101110011001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0B7; }

 p { color: rgb(170,192,183); }

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

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

 a { background-color: rgb(170,192,183); }

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

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

 span { border-color: rgb(170,192,183); }

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