#80A8B0

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

Shades of Ziggurat #80A8B0

Tints of Ziggurat #80A8B0

Color information

#80A8B0 (or 0x80A8B0) is unknown color: approx Ziggurat. HEX triplet: 80, A8 and B0. RGB value is (128,168,176). Sum of RGB (Red+Green+Blue) = 128+168+176=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 176 - color contains mainly: blue. Hex color #80A8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A8B0 is #7F574F. Grayscale: #9C9C9C. Windows color (decimal): -8345424 or 11577472. OLE color: 11577472.

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

Color convert

RGB128168176-
CMYK0.270.0500.31
HSL190º23.3%59.61%-
HSV(B)190º27.27%69.02%-
XYZ30.7435.7346.35-
YUV156.95138.75107.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=27.12%
G=35.59%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281681760.270.0500.3119023.359.61
Hex80A8B01B501Fbe173c
Octal2002502603350372762774
Binary100000001010100010110000110111010111111011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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