Html Css Color HEX #84ADB9 Glacier

📋 copy color: '#84ADB9'

red 132 ◦ green 173 ◦ blue 185

#84ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #84ADB9

Tints of Glacier #84ADB9

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 173 (67.97% from 255) = 35.31%

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 26.94%
G = 35.31%
B = 37.76%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84ADB9 (or 0x84ADB9) is known color: Glacier. HEX triplet: 84, AD and B9. RGB value is (132,173,185). Sum of RGB (Red+Green+Blue) = 132+173+185=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #84ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADB9 is #7B5246. Grayscale: #A2A2A2. Windows color (decimal): -8081991 or 12168580. OLE color: 12168580.

HSL color Cylindrical-coordinate representation of color #84ADB9: hue angle of 193.58º degrees, saturation: 0.27, 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 #84ADB9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 173 185 -
CMYK 0.29 0.06 0 0.27
HSL 193.58º 0.27% 0.62% -
HSV(B) 193.58º 0.29% 0.73% -
XYZ 33.22 38.3 51.54 -
YUV 162.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 132 173 185 0.29 0.06 0 0.27 193.58 0.27 0.62
Hex 84 AD B9 1D 6 0 1B C2 1B 3E
Octal 204 255 271 35 6 0 33 302 33 76
Binary 10000100 10101101 10111001 11101 110 0 11011 11000010 11011 111110

Color Harmonies of #84ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADB9

Black with #84ADB9

Text Example


Text Example

White with #84ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84ADB9;
 }
 .AnyTagClassName
 {
   color: #84ADB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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