#81AEC0

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

Shades of Glacier #81AEC0

Tints of Glacier #81AEC0

Color information

#81AEC0 (or 0x81AEC0) is unknown color: approx Glacier. HEX triplet: 81, AE and C0. RGB value is (129,174,192). Sum of RGB (Red+Green+Blue) = 129+174+192=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #81AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEC0 is #7E513F. Grayscale: #A2A2A2. Windows color (decimal): -8278336 or 12627585. OLE color: 12627585.

HSL color Cylindrical-coordinate representation of color #81AEC0: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AEC0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129174192-
CMYK0.330.0900.25
HSL197.14º33.33%62.94%-
HSV(B)197.14º32.81%75.29%-
XYZ33.738.7555.57-
YUV162.6144.59104.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.06%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=26.06%
G=35.15%
B=38.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291741920.330.0900.25197.1433.3362.94
Hex81AEC0219019c5213f
Octal20125630041110313054177
Binary100000011010111011000000100001100101100111000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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