#81AEC4

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

Shades of Glacier #81AEC4

Tints of Glacier #81AEC4

Color information

#81AEC4 (or 0x81AEC4) is unknown color: approx Glacier. HEX triplet: 81, AE and C4. RGB value is (129,174,196). Sum of RGB (Red+Green+Blue) = 129+174+196=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #81AEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEC4 is #7E513B. Grayscale: #A2A2A2. Windows color (decimal): -8278332 or 12889729. OLE color: 12889729.

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

Color convert

RGB129174196-
CMYK0.340.1100.23
HSL199.7º36.22%63.73%-
HSV(B)199.7º34.18%76.86%-
XYZ34.1538.9257.94-
YUV163.05146.59103.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=25.85%
G=34.87%
B=39.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291741960.340.1100.23199.736.2263.73
Hex81AEC422B017c82440
Octal201256304421302731044100
Binary1000000110101110110001001000101011010111110010001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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