#83B0B4

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

Shades of Ziggurat #83B0B4

Tints of Ziggurat #83B0B4

Color information

#83B0B4 (or 0x83B0B4) is unknown color: approx Ziggurat. HEX triplet: 83, B0 and B4. RGB value is (131,176,180). Sum of RGB (Red+Green+Blue) = 131+176+180=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #83B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0B4 is #7C4F4B. Grayscale: #A2A2A2. Windows color (decimal): -8146764 or 11841667. OLE color: 11841667.

HSL color Cylindrical-coordinate representation of color #83B0B4: hue angle of 184.9º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B0B4 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131176180-
CMYK0.270.0200.29
HSL184.9º24.62%60.98%-
HSV(B)184.9º27.22%70.59%-
XYZ33.1239.1749-
YUV163137.59105.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=26.90%
G=36.14%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311761800.270.0200.29184.924.6260.98
Hex83B0B41B201Db9193d
Octal2032602643320352713175
Binary10000011101100001011010011011100111011011100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,180); }

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

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

 a { background-color: rgb(131,176,180); }

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

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

 span { border-color: rgb(131,176,180); }

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