#82ACB3

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

Shades of Ziggurat #82ACB3

Tints of Ziggurat #82ACB3

Color information

#82ACB3 (or 0x82ACB3) is unknown color: approx Ziggurat. HEX triplet: 82, AC and B3. RGB value is (130,172,179). Sum of RGB (Red+Green+Blue) = 130+172+179=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #82ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACB3 is #7D534C. Grayscale: #A0A0A0. Windows color (decimal): -8213325 or 11775106. OLE color: 11775106.

HSL color Cylindrical-coordinate representation of color #82ACB3: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82ACB3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130172179-
CMYK0.270.0400.30
HSL188.57º24.38%60.59%-
HSV(B)188.57º27.37%70.2%-
XYZ32.137.5148.2-
YUV160.24138.59106.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=27.03%
G=35.76%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301721790.270.0400.30188.5724.3860.59
Hex82ACB31B401Ebd183d
Octal2022542633340362753075
Binary100000101010110010110011110111000111101011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82ACB3; }

 p { color: rgb(130,172,179); }

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

<style>
 a { background-color: #82ACB3; }

 a { background-color: rgb(130,172,179); }

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

<style>
 span { border-color: #82ACB3; }

 span { border-color: rgb(130,172,179); }

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