#84ADBF

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

Shades of Glacier #84ADBF

Tints of Glacier #84ADBF

Color information

#84ADBF (or 0x84ADBF) is unknown color: approx Glacier. HEX triplet: 84, AD and BF. RGB value is (132,173,191). Sum of RGB (Red+Green+Blue) = 132+173+191=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #84ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADBF is #7B5240. Grayscale: #A2A2A2. Windows color (decimal): -8081985 or 12561796. OLE color: 12561796.

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

Color convert

RGB132173191-
CMYK0.310.0900.25
HSL198.31º31.55%63.33%-
HSV(B)198.31º30.89%74.9%-
XYZ33.8638.5554.95-
YUV162.79143.92106.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 191 (75% from 255) = 38.51%
R=26.61%
G=34.88%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321731910.310.0900.25198.3131.5563.33
Hex84ADBF1F9019c6203f
Octal20425527737110313064077
Binary10000100101011011011111111111100101100111000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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