#84AEBB

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

Shades of Glacier #84AEBB

Tints of Glacier #84AEBB

Color information

#84AEBB (or 0x84AEBB) is unknown color: approx 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

RGB132174187-
CMYK0.290.0700.27
HSL194.18º28.8%62.55%-
HSV(B)194.18º29.41%73.33%-
XYZ33.6238.7752.72-
YUV162.92141.59105.94-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321741870.290.0700.27194.1828.862.55
Hex84AEBB1D701Bc21d3f
Octal2042562733570333023577
Binary100001001010111010111011111011110110111100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>