#84AEBC

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

Shades of Glacier #84AEBC

Tints of Glacier #84AEBC

Color information

#84AEBC (or 0x84AEBC) is unknown color: approx Glacier. HEX triplet: 84, AE and BC. RGB value is (132,174,188). Sum of RGB (Red+Green+Blue) = 132+174+188=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 174 (68.36% from 255 or 35.22% 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 #84AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBC is #7B5143. Grayscale: #A2A2A2. Windows color (decimal): -8081732 or 12365444. OLE color: 12365444.

HSL color Cylindrical-coordinate representation of color #84AEBC: hue angle of 195º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84AEBC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132174188-
CMYK0.300.0700.26
HSL195º29.47%62.75%-
HSV(B)195º29.79%73.73%-
XYZ33.7338.8153.29-
YUV163.04142.09105.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=26.72%
G=35.22%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321741880.300.0700.2619529.4762.75
Hex84AEBC1E701Ac31d3f
Octal2042562743670323033577
Binary100001001010111010111100111101110110101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AEBC; }

 p { color: rgb(132,174,188); }

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

<style>
 a { background-color: #84AEBC; }

 a { background-color: rgb(132,174,188); }

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

<style>
 span { border-color: #84AEBC; }

 span { border-color: rgb(132,174,188); }

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