#84ACBF

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

Shades of Glacier #84ACBF

Tints of Glacier #84ACBF

Color information

#84ACBF (or 0x84ACBF) is unknown color: approx Glacier. HEX triplet: 84, AC and BF. RGB value is (132,172,191). Sum of RGB (Red+Green+Blue) = 132+172+191=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #84ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACBF is #7B5340. Grayscale: #A2A2A2. Windows color (decimal): -8082241 or 12561540. OLE color: 12561540.

HSL color Cylindrical-coordinate representation of color #84ACBF: hue angle of 199.32º degrees, saturation: 0.32, 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 #84ACBF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132172191-
CMYK0.310.1000.25
HSL199.32º31.55%63.33%-
HSV(B)199.32º30.89%74.9%-
XYZ33.6738.1754.88-
YUV162.21144.25106.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 191 (75% from 255) = 38.59%
R=26.67%
G=34.75%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321721910.310.1000.25199.3231.5563.33
Hex84ACBF1FA019c7203f
Octal20425427737120313074077
Binary10000100101011001011111111111101001100111000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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