Shades of Ziggurat #81ABB0
Tints of Ziggurat #81ABB0
RGB
CMYK
RGB Variations
Color information
#81ABB0 (or 0x81ABB0) is known color: 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
| RGB | 129 | 171 | 176 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 186.38º | 0.23% | 0.6% | - |
| HSV(B) | 186.38º | 0.27% | 0.69% | - |
| XYZ | 31.45 | 36.93 | 46.54 | - |
| YUV | 159.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 176 | 0.27 | 0.03 | 0 | 0.31 | 186.38 | 0.23 | 0.6 |
| Hex | 81 | AB | B0 | 1B | 3 | 0 | 1F | BA | 17 | 3C |
| Octal | 201 | 253 | 260 | 33 | 3 | 0 | 37 | 272 | 27 | 74 |
| Binary | 10000001 | 10101011 | 10110000 | 11011 | 11 | 0 | 11111 | 10111010 | 10111 | 111100 |
Color Harmonies of #81ABB0
Complementary color
Monochromatic Colors of #81ABB0
Black with #81ABB0
Text Example
Text Example
White with #81ABB0
Text Example
Text Example
HTML Codes & Css Web 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>