#83ACBE

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

Shades of Glacier #83ACBE

Tints of Glacier #83ACBE

Color information

#83ACBE (or 0x83ACBE) is unknown color: approx Glacier. HEX triplet: 83, AC and BE. RGB value is (131,172,190). Sum of RGB (Red+Green+Blue) = 131+172+190=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #83ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBE is #7C5341. Grayscale: #A1A1A1. Windows color (decimal): -8147778 or 12496003. OLE color: 12496003.

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

Color convert

RGB131172190-
CMYK0.310.0900.25
HSL198.31º31.22%62.94%-
HSV(B)198.31º31.05%74.51%-
XYZ33.4138.0554.3-
YUV161.79143.92106.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=26.57%
G=34.89%
B=38.54%

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
Decimal1311721900.310.0900.25198.3131.2262.94
Hex83ACBE1F9019c61f3f
Octal20325427637110313063777
Binary1000001110101100101111101111110010110011100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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