#83ACBA

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

Shades of Glacier #83ACBA

Tints of Glacier #83ACBA

Color information

#83ACBA (or 0x83ACBA) is unknown color: approx Glacier. HEX triplet: 83, AC and BA. RGB value is (131,172,186). Sum of RGB (Red+Green+Blue) = 131+172+186=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #83ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBA is #7C5345. Grayscale: #A1A1A1. Windows color (decimal): -8147782 or 12233859. OLE color: 12233859.

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

Color convert

RGB131172186-
CMYK0.300.0800.27
HSL195.27º28.5%62.16%-
HSV(B)195.27º29.57%72.94%-
XYZ32.9837.8852.03-
YUV161.34141.92106.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=26.79%
G=35.17%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311721860.300.0800.27195.2728.562.16
Hex83ACBA1E801Bc31c3e
Octal20325427236100333033476
Binary1000001110101100101110101111010000110111100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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