#84AEBE

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

Shades of Glacier #84AEBE

Tints of Glacier #84AEBE

Color information

#84AEBE (or 0x84AEBE) is unknown color: approx Glacier. HEX triplet: 84, AE and BE. RGB value is (132,174,190). Sum of RGB (Red+Green+Blue) = 132+174+190=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #84AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBE is #7B5141. Grayscale: #A3A3A3. Windows color (decimal): -8081730 or 12496516. OLE color: 12496516.

HSL color Cylindrical-coordinate representation of color #84AEBE: hue angle of 196.55º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84AEBE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132174190-
CMYK0.310.0800.25
HSL196.55º30.85%63.14%-
HSV(B)196.55º30.53%74.51%-
XYZ33.9538.954.43-
YUV163.27143.09105.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=26.61%
G=35.08%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321741900.310.0800.25196.5530.8563.14
Hex84AEBE1F8019c51f3f
Octal20425627637100313053777
Binary1000010010101110101111101111110000110011100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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