#84BCBF

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

Shades of Glacier #84BCBF

Tints of Glacier #84BCBF

Color information

#84BCBF (or 0x84BCBF) is unknown color: approx Glacier. HEX triplet: 84, BC and BF. RGB value is (132,188,191). Sum of RGB (Red+Green+Blue) = 132+188+191=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #84BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCBF is #7B4340. Grayscale: #ABABAB. Windows color (decimal): -8078145 or 12565636. OLE color: 12565636.

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

Color convert

RGB132188191-
CMYK0.310.0200.25
HSL183.05º31.55%63.33%-
HSV(B)183.05º30.89%74.9%-
XYZ36.944.6355.96-
YUV171.6138.9599.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 191 (75% from 255) = 37.38%
R=25.83%
G=36.79%
B=37.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321881910.310.0200.25183.0531.5563.33
Hex84BCBF1F2019b7203f
Octal2042742773720312674077
Binary100001001011110010111111111111001100110110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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