#81AABB

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

Shades of Glacier #81AABB

Tints of Glacier #81AABB

Color information

#81AABB (or 0x81AABB) is unknown color: approx Glacier. HEX triplet: 81, AA and BB. RGB value is (129,170,187). Sum of RGB (Red+Green+Blue) = 129+170+187=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #81AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABB is #7E5544. Grayscale: #9F9F9F. Windows color (decimal): -8279365 or 12298881. OLE color: 12298881.

HSL color Cylindrical-coordinate representation of color #81AABB: hue angle of 197.59º degrees, saturation: 0.3, 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 #81AABB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129170187-
CMYK0.310.0900.27
HSL197.59º29.9%61.96%-
HSV(B)197.59º31.02%73.33%-
XYZ32.43752.45-
YUV159.68143.42106.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=26.54%
G=34.98%
B=38.48%

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
Decimal1291701870.310.0900.27197.5929.961.96
Hex81AABB1F901Bc61e3e
Octal20125227337110333063676
Binary1000000110101010101110111111110010110111100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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