#84ADBE

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

Shades of Glacier #84ADBE

Tints of Glacier #84ADBE

Color information

#84ADBE (or 0x84ADBE) is unknown color: approx Glacier. HEX triplet: 84, AD and BE. RGB value is (132,173,190). Sum of RGB (Red+Green+Blue) = 132+173+190=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #84ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADBE is #7B5241. Grayscale: #A2A2A2. Windows color (decimal): -8081986 or 12496260. OLE color: 12496260.

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

Color convert

RGB132173190-
CMYK0.310.0900.25
HSL197.59º30.85%63.14%-
HSV(B)197.59º30.53%74.51%-
XYZ33.7538.5154.37-
YUV162.68143.42106.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=26.67%
G=34.95%
B=38.38%

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
Decimal1321731900.310.0900.25197.5930.8563.14
Hex84ADBE1F9019c61f3f
Octal20425527637110313063777
Binary1000010010101101101111101111110010110011100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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