#83ACB1

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

Shades of Ziggurat #83ACB1

Tints of Ziggurat #83ACB1

Color information

#83ACB1 (or 0x83ACB1) is unknown color: approx Ziggurat. HEX triplet: 83, AC and B1. RGB value is (131,172,177). Sum of RGB (Red+Green+Blue) = 131+172+177=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #83ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ACB1 is #7C534E. Grayscale: #A0A0A0. Windows color (decimal): -8147791 or 11644035. OLE color: 11644035.

HSL color Cylindrical-coordinate representation of color #83ACB1: hue angle of 186.52º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83ACB1 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131172177-
CMYK0.260.0300.31
HSL186.52º22.77%60.39%-
HSV(B)186.52º25.99%69.41%-
XYZ32.0537.547.14-
YUV160.31137.42107.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=27.29%
G=35.83%
B=36.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311721770.260.0300.31186.5222.7760.39
Hex83ACB11A301Fbb173c
Octal2032542613230372732774
Binary10000011101011001011000111010110111111011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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