#83ACBD

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

Shades of Glacier #83ACBD

Tints of Glacier #83ACBD

Color information

#83ACBD (or 0x83ACBD) is unknown color: approx Glacier. HEX triplet: 83, AC and BD. RGB value is (131,172,189). Sum of RGB (Red+Green+Blue) = 131+172+189=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #83ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBD is #7C5342. Grayscale: #A1A1A1. Windows color (decimal): -8147779 or 12430467. OLE color: 12430467.

HSL color Cylindrical-coordinate representation of color #83ACBD: hue angle of 197.59º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83ACBD is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131172189-
CMYK0.310.0900.26
HSL197.59º30.53%62.75%-
HSV(B)197.59º30.69%74.12%-
XYZ33.33853.72-
YUV161.68143.42106.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=26.63%
G=34.96%
B=38.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311721890.310.0900.26197.5930.5362.75
Hex83ACBD1F901Ac61f3f
Octal20325427537110323063777
Binary1000001110101100101111011111110010110101100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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