#84ACBC

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

Shades of Glacier #84ACBC

Tints of Glacier #84ACBC

Color information

#84ACBC (or 0x84ACBC) is unknown color: approx Glacier. HEX triplet: 84, AC and BC. RGB value is (132,172,188). Sum of RGB (Red+Green+Blue) = 132+172+188=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #84ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACBC is #7B5343. Grayscale: #A1A1A1. Windows color (decimal): -8082244 or 12364932. OLE color: 12364932.

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

Color convert

RGB132172188-
CMYK0.300.0900.26
HSL197.14º29.47%62.75%-
HSV(B)197.14º29.79%73.73%-
XYZ33.3538.0453.16-
YUV161.86142.75106.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=26.83%
G=34.96%
B=38.21%

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
Decimal1321721880.300.0900.26197.1429.4762.75
Hex84ACBC1E901Ac51d3f
Octal20425427436110323053577
Binary1000010010101100101111001111010010110101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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