Shades of Ziggurat #81AFB4
Tints of Ziggurat #81AFB4
RGB
CMYK
RGB Variations
Color information
#81AFB4 (or 0x81AFB4) is known color: Ziggurat. HEX triplet: 81, AF and B4. RGB value is (129,175,180). Sum of RGB (Red+Green+Blue) = 129+175+180=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #81AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFB4 is #7E504B. Grayscale: #A1A1A1. Windows color (decimal): -8278092 or 11841409. OLE color: 11841409.
HSL color Cylindrical-coordinate representation of color #81AFB4: hue angle of 185.88º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81AFB4 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 175 | 180 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.29 |
| HSL | 185.88º | 0.25% | 0.61% | - |
| HSV(B) | 185.88º | 0.28% | 0.71% | - |
| XYZ | 32.62 | 38.62 | 48.92 | - |
| YUV | 161.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 180 | 0.28 | 0.03 | 0 | 0.29 | 185.88 | 0.25 | 0.61 |
| Hex | 81 | AF | B4 | 1C | 3 | 0 | 1D | BA | 19 | 3D |
| Octal | 201 | 257 | 264 | 34 | 3 | 0 | 35 | 272 | 31 | 75 |
| Binary | 10000001 | 10101111 | 10110100 | 11100 | 11 | 0 | 11101 | 10111010 | 11001 | 111101 |
Color Harmonies of #81AFB4
Complementary color
Monochromatic Colors of #81AFB4
Black with #81AFB4
Text Example
Text Example
White with #81AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFB4; }
p { color: rgb(129,175,180); }
H1.HeaderClassName
{
color: #81AFB4;
}
.AnyTagClassName
{
color: #81AFB4;
}
</style>
background-color css
<style>
a { background-color: #81AFB4; }
a { background-color: rgb(129,175,180); }
div.DivClassName
{
background-color: #81AFB4;
}
.BgClassName
{
background-color: #81AFB4;
}
</style>
border-color css
<style>
span { border-color: #81AFB4; }
span { border-color: rgb(129,175,180); }
td.TdClassName
{
border-color: #81AFB4;
}
.TagClassName
{
border-color: #81AFB4;
}
</style>