#81ABB0

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

Shades of Ziggurat #81ABB0

Tints of Ziggurat #81ABB0

Color information

#81ABB0 (or 0x81ABB0) is unknown color: approx Ziggurat. HEX triplet: 81, AB and B0. RGB value is (129,171,176). Sum of RGB (Red+Green+Blue) = 129+171+176=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #81ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABB0 is #7E544F. Grayscale: #9E9E9E. Windows color (decimal): -8279120 or 11578241. OLE color: 11578241.

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

Color convert

RGB129171176-
CMYK0.270.0300.31
HSL186.38º22.93%59.8%-
HSV(B)186.38º26.7%69.02%-
XYZ31.4536.9346.54-
YUV159.01137.59106.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=27.10%
G=35.92%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291711760.270.0300.31186.3822.9359.8
Hex81ABB01B301Fba173c
Octal2012532603330372722774
Binary10000001101010111011000011011110111111011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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