#82ABB0

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

Shades of Ziggurat #82ABB0

Tints of Ziggurat #82ABB0

Color information

#82ABB0 (or 0x82ABB0) is unknown color: approx Ziggurat. HEX triplet: 82, AB and B0. RGB value is (130,171,176). Sum of RGB (Red+Green+Blue) = 130+171+176=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 176 - color contains mainly: blue. Hex color #82ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABB0 is #7D544F. Grayscale: #9F9F9F. Windows color (decimal): -8213584 or 11578242. OLE color: 11578242.

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

Color convert

RGB130171176-
CMYK0.260.0300.31
HSL186.52º22.55%60%-
HSV(B)186.52º26.14%69.02%-
XYZ31.6137.0146.55-
YUV159.31137.42107.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=27.25%
G=35.85%
B=36.90%

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
Decimal1301711760.260.0300.31186.5222.5560
Hex82ABB01A301Fbb173c
Octal2022532603230372732774
Binary10000010101010111011000011010110111111011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,176); }

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

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

 a { background-color: rgb(130,171,176); }

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

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

 span { border-color: rgb(130,171,176); }

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