#84B3BE

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

Shades of Glacier #84B3BE

Tints of Glacier #84B3BE

Color information

#84B3BE (or 0x84B3BE) is unknown color: approx Glacier. HEX triplet: 84, B3 and BE. RGB value is (132,179,190). Sum of RGB (Red+Green+Blue) = 132+179+190=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #84B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B3BE is #7B4C41. Grayscale: #A6A6A6. Windows color (decimal): -8080450 or 12497796. OLE color: 12497796.

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

Color convert

RGB132179190-
CMYK0.310.0600.25
HSL191.38º30.85%63.14%-
HSV(B)191.38º30.53%74.51%-
XYZ34.9340.8654.76-
YUV166.2141.43103.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=26.35%
G=35.73%
B=37.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321791900.310.0600.25191.3830.8563.14
Hex84B3BE1F6019bf1f3f
Octal2042632763760312773777
Binary100001001011001110111110111111100110011011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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