#83ACBF

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

Shades of Glacier #83ACBF

Tints of Glacier #83ACBF

Color information

#83ACBF (or 0x83ACBF) is unknown color: approx Glacier. HEX triplet: 83, AC and BF. RGB value is (131,172,191). Sum of RGB (Red+Green+Blue) = 131+172+191=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #83ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBF is #7C5340. Grayscale: #A1A1A1. Windows color (decimal): -8147777 or 12561539. OLE color: 12561539.

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

Color convert

RGB131172191-
CMYK0.310.1000.25
HSL199º31.91%63.14%-
HSV(B)199º31.41%74.9%-
XYZ33.5238.0954.88-
YUV161.91144.42105.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 191 (75% from 255) = 38.66%
R=26.52%
G=34.82%
B=38.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311721910.310.1000.2519931.9163.14
Hex83ACBF1FA019c7203f
Octal20325427737120313074077
Binary10000011101011001011111111111101001100111000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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