Shades of Ziggurat #81ABB2
Tints of Ziggurat #81ABB2
RGB
CMYK
RGB Variations
Color information
#81ABB2 (or 0x81ABB2) is known color: Ziggurat. HEX triplet: 81, AB and B2. RGB value is (129,171,178). Sum of RGB (Red+Green+Blue) = 129+171+178=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #81ABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABB2 is #7E544D. Grayscale: #9F9F9F. Windows color (decimal): -8279118 or 11709313. OLE color: 11709313.
HSL color Cylindrical-coordinate representation of color #81ABB2: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81ABB2 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 171 | 178 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.30 |
| HSL | 188.57º | 0.24% | 0.6% | - |
| HSV(B) | 188.57º | 0.28% | 0.7% | - |
| XYZ | 31.65 | 37.01 | 47.59 | - |
| YUV | 159.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 178 | 0.28 | 0.04 | 0 | 0.30 | 188.57 | 0.24 | 0.6 |
| Hex | 81 | AB | B2 | 1C | 4 | 0 | 1E | BD | 18 | 3C |
| Octal | 201 | 253 | 262 | 34 | 4 | 0 | 36 | 275 | 30 | 74 |
| Binary | 10000001 | 10101011 | 10110010 | 11100 | 100 | 0 | 11110 | 10111101 | 11000 | 111100 |
Color Harmonies of #81ABB2
Complementary color
Monochromatic Colors of #81ABB2
Black with #81ABB2
Text Example
Text Example
White with #81ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABB2; }
p { color: rgb(129,171,178); }
H1.HeaderClassName
{
color: #81ABB2;
}
.AnyTagClassName
{
color: #81ABB2;
}
</style>
background-color css
<style>
a { background-color: #81ABB2; }
a { background-color: rgb(129,171,178); }
div.DivClassName
{
background-color: #81ABB2;
}
.BgClassName
{
background-color: #81ABB2;
}
</style>
border-color css
<style>
span { border-color: #81ABB2; }
span { border-color: rgb(129,171,178); }
td.TdClassName
{
border-color: #81ABB2;
}
.TagClassName
{
border-color: #81ABB2;
}
</style>