#81ACC4

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

Shades of Glacier #81ACC4

Tints of Glacier #81ACC4

Color information

#81ACC4 (or 0x81ACC4) is unknown color: approx Glacier. HEX triplet: 81, AC and C4. RGB value is (129,172,196). Sum of RGB (Red+Green+Blue) = 129+172+196=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #81ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC4 is #7E533B. Grayscale: #A1A1A1. Windows color (decimal): -8278844 or 12889217. OLE color: 12889217.

HSL color Cylindrical-coordinate representation of color #81ACC4: hue angle of 201.49º 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 #81ACC4 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129172196-
CMYK0.340.1200.23
HSL201.49º36.22%63.73%-
HSV(B)201.49º34.18%76.86%-
XYZ33.7738.1657.81-
YUV161.88147.25104.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=25.96%
G=34.61%
B=39.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291721960.340.1200.23201.4936.2263.73
Hex81ACC422C017c92440
Octal201254304421402731144100
Binary1000000110101100110001001000101100010111110010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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