#82ACB1

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

Shades of Ziggurat #82ACB1

Tints of Ziggurat #82ACB1

Color information

#82ACB1 (or 0x82ACB1) is unknown color: approx Ziggurat. HEX triplet: 82, AC and B1. RGB value is (130,172,177). Sum of RGB (Red+Green+Blue) = 130+172+177=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 172 (67.58% from 255 or 35.91% 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 #82ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ACB1 is #7D534E. Grayscale: #9F9F9F. Windows color (decimal): -8213327 or 11644034. OLE color: 11644034.

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

Color convert

RGB130172177-
CMYK0.270.0300.31
HSL186.38º23.15%60.2%-
HSV(B)186.38º26.55%69.41%-
XYZ31.8937.4347.14-
YUV160.01137.59106.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=27.14%
G=35.91%
B=36.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301721770.270.0300.31186.3823.1560.2
Hex82ACB11B301Fba173c
Octal2022542613330372722774
Binary10000010101011001011000111011110111111011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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