#81AAB9

Color #81AAB9 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #81AAB9

Tints of Glacier #81AAB9

Color information

#81AAB9 (or 0x81AAB9) is unknown color: approx Glacier. HEX triplet: 81, AA and B9. RGB value is (129,170,185). Sum of RGB (Red+Green+Blue) = 129+170+185=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #81AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAB9 is #7E5546. Grayscale: #9F9F9F. Windows color (decimal): -8279367 or 12167809. OLE color: 12167809.

HSL color Cylindrical-coordinate representation of color #81AAB9: hue angle of 196.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81AAB9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129170185-
CMYK0.300.0800.27
HSL196.07º28.57%61.57%-
HSV(B)196.07º30.27%72.55%-
XYZ32.1836.9251.33-
YUV159.45142.42106.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=26.65%
G=35.12%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291701850.300.0800.27196.0728.5761.57
Hex81AAB91E801Bc41d3e
Octal20125227136100333043576
Binary1000000110101010101110011111010000110111100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AAB9; }

 p { color: rgb(129,170,185); }

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

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

 a { background-color: rgb(129,170,185); }

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

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

 span { border-color: rgb(129,170,185); }

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