#81AABA

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

Shades of Glacier #81AABA

Tints of Glacier #81AABA

Color information

#81AABA (or 0x81AABA) is unknown color: approx Glacier. HEX triplet: 81, AA and BA. RGB value is (129,170,186). Sum of RGB (Red+Green+Blue) = 129+170+186=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #81AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABA is #7E5545. Grayscale: #9F9F9F. Windows color (decimal): -8279366 or 12233345. OLE color: 12233345.

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

Color convert

RGB129170186-
CMYK0.310.0900.27
HSL196.84º29.23%61.76%-
HSV(B)196.84º30.65%72.94%-
XYZ32.2936.9651.89-
YUV159.56142.92106.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=26.60%
G=35.05%
B=38.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291701860.310.0900.27196.8429.2361.76
Hex81AABA1F901Bc51d3e
Octal20125227237110333053576
Binary1000000110101010101110101111110010110111100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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