#81B1BC

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

Shades of Glacier #81B1BC

Tints of Glacier #81B1BC

Color information

#81B1BC (or 0x81B1BC) is unknown color: approx Glacier. HEX triplet: 81, B1 and BC. RGB value is (129,177,188). Sum of RGB (Red+Green+Blue) = 129+177+188=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #81B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1BC is #7E4E43. Grayscale: #A3A3A3. Windows color (decimal): -8277572 or 12366209. OLE color: 12366209.

HSL color Cylindrical-coordinate representation of color #81B1BC: hue angle of 191.19º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B1BC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129177188-
CMYK0.310.0600.26
HSL191.19º30.57%62.16%-
HSV(B)191.19º31.38%73.73%-
XYZ33.8539.7453.46-
YUV163.9141.6103.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=26.11%
G=35.83%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291771880.310.0600.26191.1930.5762.16
Hex81B1BC1F601Abf1f3e
Octal2012612743760322773776
Binary100000011011000110111100111111100110101011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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