#81AEC5

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

Shades of Glacier #81AEC5

Tints of Glacier #81AEC5

Color information

#81AEC5 (or 0x81AEC5) is unknown color: approx Glacier. HEX triplet: 81, AE and C5. RGB value is (129,174,197). Sum of RGB (Red+Green+Blue) = 129+174+197=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #81AEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEC5 is #7E513A. Grayscale: #A3A3A3. Windows color (decimal): -8278331 or 12955265. OLE color: 12955265.

HSL color Cylindrical-coordinate representation of color #81AEC5: hue angle of 200.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81AEC5 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129174197-
CMYK0.350.1200.23
HSL200.29º36.96%63.92%-
HSV(B)200.29º34.52%77.25%-
XYZ34.2738.9758.54-
YUV163.17147.09103.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=25.8%
G=34.8%
B=39.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291741970.350.1200.23200.2936.9663.92
Hex81AEC523C017c82540
Octal201256305431402731045100
Binary1000000110101110110001011000111100010111110010001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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