Shades of Ziggurat #81AFB5
Tints of Ziggurat #81AFB5
RGB
CMYK
RGB Variations
Color information
#81AFB5 (or 0x81AFB5) is known color: Ziggurat. HEX triplet: 81, AF and B5. RGB value is (129,175,181). Sum of RGB (Red+Green+Blue) = 129+175+181=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #81AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFB5 is #7E504A. Grayscale: #A1A1A1. Windows color (decimal): -8278091 or 11906945. OLE color: 11906945.
HSL color Cylindrical-coordinate representation of color #81AFB5: hue angle of 186.92º 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 #81AFB5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 129 | 175 | 181 | - |
CMYK | 0.29 | 0.03 | 0 | 0.29 |
HSL | 186.92º | 0.26% | 0.61% | - |
HSV(B) | 186.92º | 0.29% | 0.71% | - |
XYZ | 32.72 | 38.66 | 49.45 | - |
YUV | 161.93 | 138.76 | 104.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 175 | 181 | 0.29 | 0.03 | 0 | 0.29 | 186.92 | 0.26 | 0.61 |
Hex | 81 | AF | B5 | 1D | 3 | 0 | 1D | BB | 1A | 3D |
Octal | 201 | 257 | 265 | 35 | 3 | 0 | 35 | 273 | 32 | 75 |
Binary | 10000001 | 10101111 | 10110101 | 11101 | 11 | 0 | 11101 | 10111011 | 11010 | 111101 |
Color Harmonies of #81AFB5
Complementary color
Monochromatic Colors of #81AFB5
Black with #81AFB5
Text Example
Text Example
White with #81AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFB5; }
p { color: rgb(129,175,181); }
H1.HeaderClassName
{
color: #81AFB5;
}
.AnyTagClassName
{
color: #81AFB5;
}
</style>
background-color css
<style>
a { background-color: #81AFB5; }
a { background-color: rgb(129,175,181); }
div.DivClassName
{
background-color: #81AFB5;
}
.BgClassName
{
background-color: #81AFB5;
}
</style>
border-color css
<style>
span { border-color: #81AFB5; }
span { border-color: rgb(129,175,181); }
td.TdClassName
{
border-color: #81AFB5;
}
.TagClassName
{
border-color: #81AFB5;
}
</style>