#84ACBD

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

Shades of Glacier #84ACBD

Tints of Glacier #84ACBD

Color information

#84ACBD (or 0x84ACBD) is unknown color: approx Glacier. HEX triplet: 84, AC and BD. RGB value is (132,172,189). Sum of RGB (Red+Green+Blue) = 132+172+189=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #84ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACBD is #7B5342. Grayscale: #A1A1A1. Windows color (decimal): -8082243 or 12430468. OLE color: 12430468.

HSL color Cylindrical-coordinate representation of color #84ACBD: hue angle of 197.89º degrees, saturation: 0.3, 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 #84ACBD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132172189-
CMYK0.300.0900.26
HSL197.89º30.16%62.94%-
HSV(B)197.89º30.16%74.12%-
XYZ33.4538.0853.73-
YUV161.98143.25106.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=26.77%
G=34.89%
B=38.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321721890.300.0900.26197.8930.1662.94
Hex84ACBD1E901Ac61e3f
Octal20425427536110323063677
Binary1000010010101100101111011111010010110101100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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