Shades of Ziggurat #80AFB4
Tints of Ziggurat #80AFB4
RGB
CMYK
RGB Variations
Color information
#80AFB4 (or 0x80AFB4) is known color: Ziggurat. HEX triplet: 80, AF and B4. RGB value is (128,175,180). Sum of RGB (Red+Green+Blue) = 128+175+180=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #80AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFB4 is #7F504B. Grayscale: #A1A1A1. Windows color (decimal): -8343628 or 11841408. OLE color: 11841408.
HSL color Cylindrical-coordinate representation of color #80AFB4: hue angle of 185.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80AFB4 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 175 | 180 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.29 |
| HSL | 185.77º | 0.26% | 0.6% | - |
| HSV(B) | 185.77º | 0.29% | 0.71% | - |
| XYZ | 32.47 | 38.54 | 48.91 | - |
| YUV | 161.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 180 | 0.29 | 0.03 | 0 | 0.29 | 185.77 | 0.26 | 0.6 |
| Hex | 80 | AF | B4 | 1D | 3 | 0 | 1D | BA | 1A | 3C |
| Octal | 200 | 257 | 264 | 35 | 3 | 0 | 35 | 272 | 32 | 74 |
| Binary | 10000000 | 10101111 | 10110100 | 11101 | 11 | 0 | 11101 | 10111010 | 11010 | 111100 |
Color Harmonies of #80AFB4
Complementary color
Monochromatic Colors of #80AFB4
Black with #80AFB4
Text Example
Text Example
White with #80AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFB4; }
p { color: rgb(128,175,180); }
H1.HeaderClassName
{
color: #80AFB4;
}
.AnyTagClassName
{
color: #80AFB4;
}
</style>
background-color css
<style>
a { background-color: #80AFB4; }
a { background-color: rgb(128,175,180); }
div.DivClassName
{
background-color: #80AFB4;
}
.BgClassName
{
background-color: #80AFB4;
}
</style>
border-color css
<style>
span { border-color: #80AFB4; }
span { border-color: rgb(128,175,180); }
td.TdClassName
{
border-color: #80AFB4;
}
.TagClassName
{
border-color: #80AFB4;
}
</style>