#80A7B0

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

Shades of Ziggurat #80A7B0

Tints of Ziggurat #80A7B0

Color information

#80A7B0 (or 0x80A7B0) is unknown color: approx Ziggurat. HEX triplet: 80, A7 and B0. RGB value is (128,167,176). Sum of RGB (Red+Green+Blue) = 128+167+176=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #80A7B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7B0 is #7F584F. Grayscale: #9C9C9C. Windows color (decimal): -8345680 or 11577216. OLE color: 11577216.

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

Color convert

RGB128167176-
CMYK0.270.0500.31
HSL191.25º23.3%59.61%-
HSV(B)191.25º27.27%69.02%-
XYZ30.5635.3646.29-
YUV156.36139.08107.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=27.18%
G=35.46%
B=37.37%

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
Decimal1281671760.270.0500.31191.2523.359.61
Hex80A7B01B501Fbf173c
Octal2002472603350372772774
Binary100000001010011110110000110111010111111011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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