#81BABD

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

Shades of Glacier #81BABD

Tints of Glacier #81BABD

Color information

#81BABD (or 0x81BABD) is unknown color: approx Glacier. HEX triplet: 81, BA and BD. RGB value is (129,186,189). Sum of RGB (Red+Green+Blue) = 129+186+189=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #81BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BABD is #7E4542. Grayscale: #A9A9A9. Windows color (decimal): -8275267 or 12434049. OLE color: 12434049.

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

Color convert

RGB129186189-
CMYK0.320.0200.26
HSL183º31.25%62.35%-
HSV(B)183º31.75%74.12%-
XYZ35.843.4654.65-
YUV169.3139.1299.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=25.60%
G=36.90%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291861890.320.0200.2618331.2562.35
Hex81BABD20201Ab71f3e
Octal2012722754020322673776
Binary100000011011101010111101100000100110101011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,189); }

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

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

 a { background-color: rgb(129,186,189); }

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

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

 span { border-color: rgb(129,186,189); }

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