#81ABBC

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

Shades of Glacier #81ABBC

Tints of Glacier #81ABBC

Color information

#81ABBC (or 0x81ABBC) is unknown color: approx Glacier. HEX triplet: 81, AB and BC. RGB value is (129,171,188). Sum of RGB (Red+Green+Blue) = 129+171+188=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #81ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABBC is #7E5443. Grayscale: #A0A0A0. Windows color (decimal): -8279108 or 12364673. OLE color: 12364673.

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

Color convert

RGB129171188-
CMYK0.310.0900.26
HSL197.29º30.57%62.16%-
HSV(B)197.29º31.38%73.73%-
XYZ32.6937.4253.08-
YUV160.38143.59105.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=26.43%
G=35.04%
B=38.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291711880.310.0900.26197.2930.5762.16
Hex81ABBC1F901Ac51f3e
Octal20125327437110323053776
Binary1000000110101011101111001111110010110101100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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