#81BCC4

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

Shades of Glacier #81BCC4

Tints of Glacier #81BCC4

Color information

#81BCC4 (or 0x81BCC4) is unknown color: approx Glacier. HEX triplet: 81, BC and C4. RGB value is (129,188,196). Sum of RGB (Red+Green+Blue) = 129+188+196=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #81BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCC4 is #7E433B. Grayscale: #ABABAB. Windows color (decimal): -8274748 or 12893313. OLE color: 12893313.

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

Color convert

RGB129188196-
CMYK0.340.0400.23
HSL187.16º36.22%63.73%-
HSV(B)187.16º34.18%76.86%-
XYZ3744.6258.89-
YUV171.27141.9597.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=25.15%
G=36.65%
B=38.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291881960.340.0400.23187.1636.2263.73
Hex81BCC4224017bb2440
Octal20127430442402727344100
Binary100000011011110011000100100010100010111101110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,196); }

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

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

 a { background-color: rgb(129,188,196); }

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

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

 span { border-color: rgb(129,188,196); }

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