#81AABC

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

Shades of Glacier #81AABC

Tints of Glacier #81AABC

Color information

#81AABC (or 0x81AABC) is unknown color: approx Glacier. HEX triplet: 81, AA and BC. RGB value is (129,170,188). Sum of RGB (Red+Green+Blue) = 129+170+188=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #81AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABC is #7E5543. Grayscale: #9F9F9F. Windows color (decimal): -8279364 or 12364417. OLE color: 12364417.

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

Color convert

RGB129170188-
CMYK0.310.1000.26
HSL198.31º30.57%62.16%-
HSV(B)198.31º31.38%73.73%-
XYZ32.5137.0553.01-
YUV159.79143.92106.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=26.49%
G=34.91%
B=38.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291701880.310.1000.26198.3130.5762.16
Hex81AABC1FA01Ac61f3e
Octal20125227437120323063776
Binary1000000110101010101111001111110100110101100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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