#84BCC4

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

Shades of Glacier #84BCC4

Tints of Glacier #84BCC4

Color information

#84BCC4 (or 0x84BCC4) is unknown color: approx Glacier. HEX triplet: 84, BC and C4. RGB value is (132,188,196). Sum of RGB (Red+Green+Blue) = 132+188+196=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #84BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCC4 is #7B433B. Grayscale: #ACACAC. Windows color (decimal): -8078140 or 12893316. OLE color: 12893316.

HSL color Cylindrical-coordinate representation of color #84BCC4: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BCC4 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132188196-
CMYK0.330.0400.23
HSL187.5º35.16%64.31%-
HSV(B)187.5º32.65%76.86%-
XYZ37.4644.8658.91-
YUV172.17141.4599.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=25.58%
G=36.43%
B=37.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321881960.330.0400.23187.535.1664.31
Hex84BCC4214017bc2340
Octal20427430441402727443100
Binary100001001011110011000100100001100010111101111001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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