#84AEBF

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

Shades of Glacier #84AEBF

Tints of Glacier #84AEBF

Color information

#84AEBF (or 0x84AEBF) is unknown color: approx Glacier. HEX triplet: 84, AE and BF. RGB value is (132,174,191). Sum of RGB (Red+Green+Blue) = 132+174+191=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #84AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBF is #7B5140. Grayscale: #A3A3A3. Windows color (decimal): -8081729 or 12562052. OLE color: 12562052.

HSL color Cylindrical-coordinate representation of color #84AEBF: hue angle of 197.29º degrees, saturation: 0.32, 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 #84AEBF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132174191-
CMYK0.310.0900.25
HSL197.29º31.55%63.33%-
HSV(B)197.29º30.89%74.9%-
XYZ34.0638.9455.01-
YUV163.38143.59105.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 191 (75% from 255) = 38.43%
R=26.56%
G=35.01%
B=38.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321741910.310.0900.25197.2931.5563.33
Hex84AEBF1F9019c5203f
Octal20425627737110313054077
Binary10000100101011101011111111111100101100111000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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