#84ACBB

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

Shades of Glacier #84ACBB

Tints of Glacier #84ACBB

Color information

#84ACBB (or 0x84ACBB) is unknown color: approx Glacier. HEX triplet: 84, AC and BB. RGB value is (132,172,187). Sum of RGB (Red+Green+Blue) = 132+172+187=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #84ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACBB is #7B5344. Grayscale: #A1A1A1. Windows color (decimal): -8082245 or 12299396. OLE color: 12299396.

HSL color Cylindrical-coordinate representation of color #84ACBB: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84ACBB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132172187-
CMYK0.290.0800.27
HSL196.36º28.8%62.55%-
HSV(B)196.36º29.41%73.33%-
XYZ33.243852.6-
YUV161.75142.25106.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=26.88%
G=35.03%
B=38.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321721870.290.0800.27196.3628.862.55
Hex84ACBB1D801Bc41d3f
Octal20425427335100333043577
Binary1000010010101100101110111110110000110111100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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