Shades of Ziggurat #81AEB3
Tints of Ziggurat #81AEB3
RGB
CMYK
RGB Variations
Color information
#81AEB3 (or 0x81AEB3) is known color: Ziggurat. HEX triplet: 81, AE and B3. RGB value is (129,174,179). Sum of RGB (Red+Green+Blue) = 129+174+179=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #81AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEB3 is #7E514C. Grayscale: #A1A1A1. Windows color (decimal): -8278349 or 11775617. OLE color: 11775617.
HSL color Cylindrical-coordinate representation of color #81AEB3: hue angle of 186º degrees, saturation: 0.25, 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 #81AEB3 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 174 | 179 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.30 |
| HSL | 186º | 0.25% | 0.6% | - |
| HSV(B) | 186º | 0.28% | 0.7% | - |
| XYZ | 32.33 | 38.19 | 48.32 | - |
| YUV | 161.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 179 | 0.28 | 0.03 | 0 | 0.30 | 186 | 0.25 | 0.6 |
| Hex | 81 | AE | B3 | 1C | 3 | 0 | 1E | BA | 19 | 3C |
| Octal | 201 | 256 | 263 | 34 | 3 | 0 | 36 | 272 | 31 | 74 |
| Binary | 10000001 | 10101110 | 10110011 | 11100 | 11 | 0 | 11110 | 10111010 | 11001 | 111100 |
Color Harmonies of #81AEB3
Complementary color
Monochromatic Colors of #81AEB3
Black with #81AEB3
Text Example
Text Example
White with #81AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEB3; }
p { color: rgb(129,174,179); }
H1.HeaderClassName
{
color: #81AEB3;
}
.AnyTagClassName
{
color: #81AEB3;
}
</style>
background-color css
<style>
a { background-color: #81AEB3; }
a { background-color: rgb(129,174,179); }
div.DivClassName
{
background-color: #81AEB3;
}
.BgClassName
{
background-color: #81AEB3;
}
</style>
border-color css
<style>
span { border-color: #81AEB3; }
span { border-color: rgb(129,174,179); }
td.TdClassName
{
border-color: #81AEB3;
}
.TagClassName
{
border-color: #81AEB3;
}
</style>