Shades of Ziggurat #81ADB5
Tints of Ziggurat #81ADB5
RGB
CMYK
RGB Variations
Color information
#81ADB5 (or 0x81ADB5) is known color: Ziggurat. HEX triplet: 81, AD and B5. RGB value is (129,173,181). Sum of RGB (Red+Green+Blue) = 129+173+181=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #81ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADB5 is #7E524A. Grayscale: #A0A0A0. Windows color (decimal): -8278603 or 11906433. OLE color: 11906433.
HSL color Cylindrical-coordinate representation of color #81ADB5: hue angle of 189.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81ADB5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 173 | 181 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.29 |
| HSL | 189.23º | 0.26% | 0.61% | - |
| HSV(B) | 189.23º | 0.29% | 0.71% | - |
| XYZ | 32.34 | 37.89 | 49.33 | - |
| YUV | 160.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 181 | 0.29 | 0.04 | 0 | 0.29 | 189.23 | 0.26 | 0.61 |
| Hex | 81 | AD | B5 | 1D | 4 | 0 | 1D | BD | 1A | 3D |
| Octal | 201 | 255 | 265 | 35 | 4 | 0 | 35 | 275 | 32 | 75 |
| Binary | 10000001 | 10101101 | 10110101 | 11101 | 100 | 0 | 11101 | 10111101 | 11010 | 111101 |
Color Harmonies of #81ADB5
Complementary color
Monochromatic Colors of #81ADB5
Black with #81ADB5
Text Example
Text Example
White with #81ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADB5; }
p { color: rgb(129,173,181); }
H1.HeaderClassName
{
color: #81ADB5;
}
.AnyTagClassName
{
color: #81ADB5;
}
</style>
background-color css
<style>
a { background-color: #81ADB5; }
a { background-color: rgb(129,173,181); }
div.DivClassName
{
background-color: #81ADB5;
}
.BgClassName
{
background-color: #81ADB5;
}
</style>
border-color css
<style>
span { border-color: #81ADB5; }
span { border-color: rgb(129,173,181); }
td.TdClassName
{
border-color: #81ADB5;
}
.TagClassName
{
border-color: #81ADB5;
}
</style>