Html Css Color HEX #84AEBB Glacier

📋 copy color: '#84AEBB'

red 132 ◦ green 174 ◦ blue 187

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

Shades of Glacier #84AEBB

Tints of Glacier #84AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 26.77%
G = 35.29%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84AEBB (or 0x84AEBB) is known color: Glacier. HEX triplet: 84, AE and BB. RGB value is (132,174,187). Sum of RGB (Red+Green+Blue) = 132+174+187=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #84AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBB is #7B5144. Grayscale: #A2A2A2. Windows color (decimal): -8081733 or 12299908. OLE color: 12299908.

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

Color convert

RGB 132 174 187 -
CMYK 0.29 0.07 0 0.27
HSL 194.18º 0.29% 0.63% -
HSV(B) 194.18º 0.29% 0.73% -
XYZ 33.62 38.77 52.72 -
YUV 162.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 132 174 187 0.29 0.07 0 0.27 194.18 0.29 0.63
Hex 84 AE BB 1D 7 0 1B C2 1D 3F
Octal 204 256 273 35 7 0 33 302 35 77
Binary 10000100 10101110 10111011 11101 111 0 11011 11000010 11101 111111

Color Harmonies of #84AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AEBB

Black with #84AEBB

Text Example


Text Example

White with #84AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,174,187); }

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

background-color css

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

 a { background-color: rgb(132,174,187); }

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

border-color css

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

 span { border-color: rgb(132,174,187); }

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