#82A8B0

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

Shades of Ziggurat #82A8B0

Tints of Ziggurat #82A8B0

Color information

#82A8B0 (or 0x82A8B0) is unknown color: approx Ziggurat. HEX triplet: 82, A8 and B0. RGB value is (130,168,176). Sum of RGB (Red+Green+Blue) = 130+168+176=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #82A8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A8B0 is #7D574F. Grayscale: #9D9D9D. Windows color (decimal): -8214352 or 11577474. OLE color: 11577474.

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

Color convert

RGB130168176-
CMYK0.260.0500.31
HSL190.43º22.55%60%-
HSV(B)190.43º26.14%69.02%-
XYZ31.0535.8946.36-
YUV157.55138.41108.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=27.43%
G=35.44%
B=37.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301681760.260.0500.31190.4322.5560
Hex82A8B01A501Fbe173c
Octal2022502603250372762774
Binary100000101010100010110000110101010111111011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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