#84ADB8

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

Shades of Glacier #84ADB8

Tints of Glacier #84ADB8

Color information

#84ADB8 (or 0x84ADB8) is unknown color: approx Glacier. HEX triplet: 84, AD and B8. RGB value is (132,173,184). Sum of RGB (Red+Green+Blue) = 132+173+184=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #84ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADB8 is #7B5247. Grayscale: #A1A1A1. Windows color (decimal): -8081992 or 12103044. OLE color: 12103044.

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

Color convert

RGB132173184-
CMYK0.280.0600.28
HSL192.69º26.8%61.96%-
HSV(B)192.69º28.26%72.16%-
XYZ33.1138.2550.99-
YUV161.99140.42106.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=26.99%
G=35.38%
B=37.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321731840.280.0600.28192.6926.861.96
Hex84ADB81C601Cc11b3e
Octal2042552703460343013376
Binary100001001010110110111000111001100111001100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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