#81AEBD

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

Shades of Glacier #81AEBD

Tints of Glacier #81AEBD

Color information

#81AEBD (or 0x81AEBD) is unknown color: approx Glacier. HEX triplet: 81, AE and BD. RGB value is (129,174,189). Sum of RGB (Red+Green+Blue) = 129+174+189=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #81AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEBD is #7E5142. Grayscale: #A2A2A2. Windows color (decimal): -8278339 or 12430977. OLE color: 12430977.

HSL color Cylindrical-coordinate representation of color #81AEBD: hue angle of 195º 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 #81AEBD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129174189-
CMYK0.320.0800.26
HSL195º31.25%62.35%-
HSV(B)195º31.75%74.12%-
XYZ33.3738.6153.84-
YUV162.26143.09104.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=26.22%
G=35.37%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291741890.320.0800.2619531.2562.35
Hex81AEBD20801Ac31f3e
Octal20125627540100323033776
Binary10000001101011101011110110000010000110101100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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