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