#84BCBE

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

Shades of Glacier #84BCBE

Tints of Glacier #84BCBE

Color information

#84BCBE (or 0x84BCBE) is unknown color: approx Glacier. HEX triplet: 84, BC and BE. RGB value is (132,188,190). Sum of RGB (Red+Green+Blue) = 132+188+190=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #84BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCBE is #7B4341. Grayscale: #ABABAB. Windows color (decimal): -8078146 or 12500100. OLE color: 12500100.

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

Color convert

RGB132188190-
CMYK0.310.0100.25
HSL182.07º30.85%63.14%-
HSV(B)182.07º30.53%74.51%-
XYZ36.7944.5955.38-
YUV171.48138.4599.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=25.88%
G=36.86%
B=37.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321881900.310.0100.25182.0730.8563.14
Hex84BCBE1F1019b61f3f
Octal2042742763710312663777
Binary1000010010111100101111101111110110011011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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