#84AFBF

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

Shades of Glacier #84AFBF

Tints of Glacier #84AFBF

Color information

#84AFBF (or 0x84AFBF) is unknown color: approx Glacier. HEX triplet: 84, AF and BF. RGB value is (132,175,191). Sum of RGB (Red+Green+Blue) = 132+175+191=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #84AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFBF is #7B5040. Grayscale: #A3A3A3. Windows color (decimal): -8081473 or 12562308. OLE color: 12562308.

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

Color convert

RGB132175191-
CMYK0.310.0800.25
HSL196.27º31.55%63.33%-
HSV(B)196.27º30.89%74.9%-
XYZ34.2539.3355.08-
YUV163.97143.25105.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 191 (75% from 255) = 38.35%
R=26.51%
G=35.14%
B=38.35%

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
Decimal1321751910.310.0800.25196.2731.5563.33
Hex84AFBF1F8019c4203f
Octal20425727737100313044077
Binary10000100101011111011111111111100001100111000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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