#80AAB1

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

Shades of Ziggurat #80AAB1

Tints of Ziggurat #80AAB1

Color information

#80AAB1 (or 0x80AAB1) is unknown color: approx Ziggurat. HEX triplet: 80, AA and B1. RGB value is (128,170,177). Sum of RGB (Red+Green+Blue) = 128+170+177=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #80AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAB1 is #7F554E. Grayscale: #9E9E9E. Windows color (decimal): -8344911 or 11643520. OLE color: 11643520.

HSL color Cylindrical-coordinate representation of color #80AAB1: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80AAB1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128170177-
CMYK0.280.0400.31
HSL188.57º23.9%59.8%-
HSV(B)188.57º27.68%69.41%-
XYZ31.2136.5147-
YUV158.24138.59106.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=26.95%
G=35.79%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281701770.280.0400.31188.5723.959.8
Hex80AAB11C401Fbd183c
Octal2002522613440372753074
Binary100000001010101010110001111001000111111011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,177); }

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

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

 a { background-color: rgb(128,170,177); }

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

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

 span { border-color: rgb(128,170,177); }

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