#84ADBA

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

Shades of Glacier #84ADBA

Tints of Glacier #84ADBA

Color information

#84ADBA (or 0x84ADBA) is unknown color: approx Glacier. HEX triplet: 84, AD and BA. RGB value is (132,173,186). Sum of RGB (Red+Green+Blue) = 132+173+186=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #84ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADBA is #7B5245. Grayscale: #A2A2A2. Windows color (decimal): -8081990 or 12234116. OLE color: 12234116.

HSL color Cylindrical-coordinate representation of color #84ADBA: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84ADBA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132173186-
CMYK0.290.0700.27
HSL194.44º28.12%62.35%-
HSV(B)194.44º29.03%72.94%-
XYZ33.3238.3452.1-
YUV162.22141.42106.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=26.88%
G=35.23%
B=37.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321731860.290.0700.27194.4428.1262.35
Hex84ADBA1D701Bc21c3e
Octal2042552723570333023476
Binary100001001010110110111010111011110110111100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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