Shades of Ziggurat #80AFB2
Tints of Ziggurat #80AFB2
RGB
CMYK
RGB Variations
Color information
#80AFB2 (or 0x80AFB2) is known color: Ziggurat. HEX triplet: 80, AF and B2. RGB value is (128,175,178). Sum of RGB (Red+Green+Blue) = 128+175+178=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #80AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFB2 is #7F504D. Grayscale: #A1A1A1. Windows color (decimal): -8343630 or 11710336. OLE color: 11710336.
HSL color Cylindrical-coordinate representation of color #80AFB2: hue angle of 183.6º 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 #80AFB2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 175 | 178 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.30 |
| HSL | 183.6º | 0.25% | 0.6% | - |
| HSV(B) | 183.6º | 0.28% | 0.7% | - |
| XYZ | 32.27 | 38.46 | 47.84 | - |
| YUV | 161.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 178 | 0.28 | 0.02 | 0 | 0.30 | 183.6 | 0.25 | 0.6 |
| Hex | 80 | AF | B2 | 1C | 2 | 0 | 1E | B8 | 19 | 3C |
| Octal | 200 | 257 | 262 | 34 | 2 | 0 | 36 | 270 | 31 | 74 |
| Binary | 10000000 | 10101111 | 10110010 | 11100 | 10 | 0 | 11110 | 10111000 | 11001 | 111100 |
Color Harmonies of #80AFB2
Complementary color
Monochromatic Colors of #80AFB2
Black with #80AFB2
Text Example
Text Example
White with #80AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFB2; }
p { color: rgb(128,175,178); }
H1.HeaderClassName
{
color: #80AFB2;
}
.AnyTagClassName
{
color: #80AFB2;
}
</style>
background-color css
<style>
a { background-color: #80AFB2; }
a { background-color: rgb(128,175,178); }
div.DivClassName
{
background-color: #80AFB2;
}
.BgClassName
{
background-color: #80AFB2;
}
</style>
border-color css
<style>
span { border-color: #80AFB2; }
span { border-color: rgb(128,175,178); }
td.TdClassName
{
border-color: #80AFB2;
}
.TagClassName
{
border-color: #80AFB2;
}
</style>