#84AFB7

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

Shades of Glacier #84AFB7

Tints of Glacier #84AFB7

Color information

#84AFB7 (or 0x84AFB7) is unknown color: approx Glacier. HEX triplet: 84, AF and B7. RGB value is (132,175,183). Sum of RGB (Red+Green+Blue) = 132+175+183=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #84AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFB7 is #7B5048. Grayscale: #A2A2A2. Windows color (decimal): -8081481 or 12038020. OLE color: 12038020.

HSL color Cylindrical-coordinate representation of color #84AFB7: hue angle of 189.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AFB7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB132175183-
CMYK0.280.0400.28
HSL189.41º26.15%61.76%-
HSV(B)189.41º27.87%71.76%-
XYZ33.3938.9850.56-
YUV163.05139.25105.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=26.94%
G=35.71%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321751830.280.0400.28189.4126.1561.76
Hex84AFB71C401Cbd1a3e
Octal2042572673440342753276
Binary100001001010111110110111111001000111001011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,183); }

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

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

 a { background-color: rgb(132,175,183); }

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

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

 span { border-color: rgb(132,175,183); }

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