#81AABD

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

Shades of Glacier #81AABD

Tints of Glacier #81AABD

Color information

#81AABD (or 0x81AABD) is unknown color: approx Glacier. HEX triplet: 81, AA and BD. RGB value is (129,170,189). Sum of RGB (Red+Green+Blue) = 129+170+189=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #81AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABD is #7E5542. Grayscale: #9F9F9F. Windows color (decimal): -8279363 or 12429953. OLE color: 12429953.

HSL color Cylindrical-coordinate representation of color #81AABD: hue angle of 199º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AABD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129170189-
CMYK0.320.1000.26
HSL199º31.25%62.35%-
HSV(B)199º31.75%74.12%-
XYZ32.6137.0953.58-
YUV159.91144.42105.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=26.43%
G=34.84%
B=38.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291701890.320.1000.2619931.2562.35
Hex81AABD20A01Ac71f3e
Octal20125227540120323073776
Binary10000001101010101011110110000010100110101100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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