#83ACB9

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

Shades of Glacier #83ACB9

Tints of Glacier #83ACB9

Color information

#83ACB9 (or 0x83ACB9) is unknown color: approx Glacier. HEX triplet: 83, AC and B9. RGB value is (131,172,185). Sum of RGB (Red+Green+Blue) = 131+172+185=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #83ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACB9 is #7C5346. Grayscale: #A1A1A1. Windows color (decimal): -8147783 or 12168323. OLE color: 12168323.

HSL color Cylindrical-coordinate representation of color #83ACB9: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83ACB9 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131172185-
CMYK0.290.0700.27
HSL194.44º27.84%61.96%-
HSV(B)194.44º29.19%72.55%-
XYZ32.8737.8351.47-
YUV161.22141.42106.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=26.84%
G=35.25%
B=37.91%

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
Decimal1311721850.290.0700.27194.4427.8461.96
Hex83ACB91D701Bc21c3e
Octal2032542713570333023476
Binary100000111010110010111001111011110110111100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83ACB9; }

 p { color: rgb(131,172,185); }

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

<style>
 a { background-color: #83ACB9; }

 a { background-color: rgb(131,172,185); }

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

<style>
 span { border-color: #83ACB9; }

 span { border-color: rgb(131,172,185); }

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