#81AEBA

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

Shades of Glacier #81AEBA

Tints of Glacier #81AEBA

Color information

#81AEBA (or 0x81AEBA) is unknown color: approx Glacier. HEX triplet: 81, AE and BA. RGB value is (129,174,186). Sum of RGB (Red+Green+Blue) = 129+174+186=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #81AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEBA is #7E5145. Grayscale: #A1A1A1. Windows color (decimal): -8278342 or 12234369. OLE color: 12234369.

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

Color convert

RGB129174186-
CMYK0.310.0600.27
HSL192.63º29.23%61.76%-
HSV(B)192.63º30.65%72.94%-
XYZ33.0538.4852.14-
YUV161.91141.59104.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=26.38%
G=35.58%
B=38.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291741860.310.0600.27192.6329.2361.76
Hex81AEBA1F601Bc11d3e
Octal2012562723760333013576
Binary100000011010111010111010111111100110111100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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