Shades of Ziggurat #81AAB0
Tints of Ziggurat #81AAB0
RGB
CMYK
RGB Variations
Color information
#81AAB0 (or 0x81AAB0) is known color: Ziggurat. HEX triplet: 81, AA and B0. RGB value is (129,170,176). Sum of RGB (Red+Green+Blue) = 129+170+176=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 176 - color contains mainly: blue. Hex color #81AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AAB0 is #7E554F. Grayscale: #9E9E9E. Windows color (decimal): -8279376 or 11577985. OLE color: 11577985.
HSL color Cylindrical-coordinate representation of color #81AAB0: hue angle of 187.66º 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 #81AAB0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 170 | 176 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 187.66º | 0.23% | 0.6% | - |
| HSV(B) | 187.66º | 0.27% | 0.69% | - |
| XYZ | 31.26 | 36.55 | 46.48 | - |
| YUV | 158.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 176 | 0.27 | 0.03 | 0 | 0.31 | 187.66 | 0.23 | 0.6 |
| Hex | 81 | AA | B0 | 1B | 3 | 0 | 1F | BC | 17 | 3C |
| Octal | 201 | 252 | 260 | 33 | 3 | 0 | 37 | 274 | 27 | 74 |
| Binary | 10000001 | 10101010 | 10110000 | 11011 | 11 | 0 | 11111 | 10111100 | 10111 | 111100 |
Color Harmonies of #81AAB0
Complementary color
Monochromatic Colors of #81AAB0
Black with #81AAB0
Text Example
Text Example
White with #81AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAB0; }
p { color: rgb(129,170,176); }
H1.HeaderClassName
{
color: #81AAB0;
}
.AnyTagClassName
{
color: #81AAB0;
}
</style>
background-color css
<style>
a { background-color: #81AAB0; }
a { background-color: rgb(129,170,176); }
div.DivClassName
{
background-color: #81AAB0;
}
.BgClassName
{
background-color: #81AAB0;
}
</style>
border-color css
<style>
span { border-color: #81AAB0; }
span { border-color: rgb(129,170,176); }
td.TdClassName
{
border-color: #81AAB0;
}
.TagClassName
{
border-color: #81AAB0;
}
</style>