#81ADBE

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

Shades of Glacier #81ADBE

Tints of Glacier #81ADBE

Color information

#81ADBE (or 0x81ADBE) is unknown color: approx Glacier. HEX triplet: 81, AD and BE. RGB value is (129,173,190). Sum of RGB (Red+Green+Blue) = 129+173+190=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #81ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADBE is #7E5241. Grayscale: #A1A1A1. Windows color (decimal): -8278594 or 12496257. OLE color: 12496257.

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

Color convert

RGB129173190-
CMYK0.320.0900.25
HSL196.72º31.94%62.55%-
HSV(B)196.72º32.11%74.51%-
XYZ33.2938.2754.35-
YUV161.78143.92104.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=26.22%
G=35.16%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291731900.320.0900.25196.7231.9462.55
Hex81ADBE209019c5203f
Octal20125527640110313054077
Binary100000011010110110111110100000100101100111000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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