Shades of Ziggurat #8BADAF
Tints of Ziggurat #8BADAF
RGB
CMYK
RGB Variations
Color information
#8BADAF (or 0x8BADAF) is known color: Ziggurat. HEX triplet: 8B, AD and AF. RGB value is (139,173,175). Sum of RGB (Red+Green+Blue) = 139+173+175=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADAF is #745250. Grayscale: #A3A3A3. Windows color (decimal): -7623249 or 11513227. OLE color: 11513227.
HSL color Cylindrical-coordinate representation of color #8BADAF: hue angle of 183.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BADAF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 173 | 175 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.31 |
| HSL | 183.33º | 0.18% | 0.62% | - |
| HSV(B) | 183.33º | 0.21% | 0.69% | - |
| XYZ | 33.33 | 38.47 | 46.23 | - |
| YUV | 163.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 175 | 0.21 | 0.01 | 0 | 0.31 | 183.33 | 0.18 | 0.62 |
| Hex | 8B | AD | AF | 15 | 1 | 0 | 1F | B7 | 12 | 3E |
| Octal | 213 | 255 | 257 | 25 | 1 | 0 | 37 | 267 | 22 | 76 |
| Binary | 10001011 | 10101101 | 10101111 | 10101 | 1 | 0 | 11111 | 10110111 | 10010 | 111110 |
Color Harmonies of #8BADAF
Complementary color
Monochromatic Colors of #8BADAF
Black with #8BADAF
Text Example
Text Example
White with #8BADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADAF; }
p { color: rgb(139,173,175); }
H1.HeaderClassName
{
color: #8BADAF;
}
.AnyTagClassName
{
color: #8BADAF;
}
</style>
background-color css
<style>
a { background-color: #8BADAF; }
a { background-color: rgb(139,173,175); }
div.DivClassName
{
background-color: #8BADAF;
}
.BgClassName
{
background-color: #8BADAF;
}
</style>
border-color css
<style>
span { border-color: #8BADAF; }
span { border-color: rgb(139,173,175); }
td.TdClassName
{
border-color: #8BADAF;
}
.TagClassName
{
border-color: #8BADAF;
}
</style>