#84ACBE

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

Shades of Glacier #84ACBE

Tints of Glacier #84ACBE

Color information

#84ACBE (or 0x84ACBE) is unknown color: approx Glacier. HEX triplet: 84, AC and BE. RGB value is (132,172,190). Sum of RGB (Red+Green+Blue) = 132+172+190=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #84ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACBE is #7B5341. Grayscale: #A1A1A1. Windows color (decimal): -8082242 or 12496004. OLE color: 12496004.

HSL color Cylindrical-coordinate representation of color #84ACBE: hue angle of 198.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84ACBE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132172190-
CMYK0.310.0900.25
HSL198.62º30.85%63.14%-
HSV(B)198.62º30.53%74.51%-
XYZ33.5638.1354.31-
YUV162.09143.75106.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=26.72%
G=34.82%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321721900.310.0900.25198.6230.8563.14
Hex84ACBE1F9019c71f3f
Octal20425427637110313073777
Binary1000010010101100101111101111110010110011100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,190); }

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

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

 a { background-color: rgb(132,172,190); }

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

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

 span { border-color: rgb(132,172,190); }

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