#81AEBE

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

Shades of Glacier #81AEBE

Tints of Glacier #81AEBE

Color information

#81AEBE (or 0x81AEBE) is unknown color: approx Glacier. HEX triplet: 81, AE and BE. RGB value is (129,174,190). Sum of RGB (Red+Green+Blue) = 129+174+190=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #81AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEBE is #7E5141. Grayscale: #A2A2A2. Windows color (decimal): -8278338 or 12496513. OLE color: 12496513.

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

Color convert

RGB129174190-
CMYK0.320.0800.25
HSL195.74º31.94%62.55%-
HSV(B)195.74º32.11%74.51%-
XYZ33.4838.6654.41-
YUV162.37143.59104.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=26.17%
G=35.29%
B=38.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291741900.320.0800.25195.7431.9462.55
Hex81AEBE208019c4203f
Octal20125627640100313044077
Binary100000011010111010111110100000100001100111000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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