#83ABB1

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

Shades of Ziggurat #83ABB1

Tints of Ziggurat #83ABB1

Color information

#83ABB1 (or 0x83ABB1) is unknown color: approx Ziggurat. HEX triplet: 83, AB and B1. RGB value is (131,171,177). Sum of RGB (Red+Green+Blue) = 131+171+177=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #83ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABB1 is #7C544E. Grayscale: #9F9F9F. Windows color (decimal): -8148047 or 11643779. OLE color: 11643779.

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

Color convert

RGB131171177-
CMYK0.260.0300.31
HSL187.83º22.77%60.39%-
HSV(B)187.83º25.99%69.41%-
XYZ31.8637.1347.08-
YUV159.72137.75107.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=27.35%
G=35.70%
B=36.95%

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
Decimal1311711770.260.0300.31187.8322.7760.39
Hex83ABB11A301Fbc173c
Octal2032532613230372742774
Binary10000011101010111011000111010110111111011110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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