#83ADAF

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

Shades of Ziggurat #83ADAF

Tints of Ziggurat #83ADAF

Color information

#83ADAF (or 0x83ADAF) is unknown color: approx Ziggurat. HEX triplet: 83, AD and AF. RGB value is (131,173,175). Sum of RGB (Red+Green+Blue) = 131+173+175=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #83ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ADAF is #7C5250. Grayscale: #A0A0A0. Windows color (decimal): -8147537 or 11513219. OLE color: 11513219.

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

Color convert

RGB131173175-
CMYK0.250.0100.31
HSL182.73º21.57%60%-
HSV(B)182.73º25.14%68.63%-
XYZ32.0437.8146.17-
YUV160.67136.09106.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=27.35%
G=36.12%
B=36.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311731750.250.0100.31182.7321.5760
Hex83ADAF19101Fb7163c
Octal2032552573110372672674
Binary1000001110101101101011111100110111111011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,173,175); }

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

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

 a { background-color: rgb(131,173,175); }

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

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

 span { border-color: rgb(131,173,175); }

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