Shades of Ziggurat #8BAEAF
Tints of Ziggurat #8BAEAF
RGB
CMYK
RGB Variations
Color information
#8BAEAF (or 0x8BAEAF) is known color: Ziggurat. HEX triplet: 8B, AE and AF. RGB value is (139,174,175). Sum of RGB (Red+Green+Blue) = 139+174+175=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEAF is #745150. Grayscale: #A3A3A3. Windows color (decimal): -7622993 or 11513483. OLE color: 11513483.
HSL color Cylindrical-coordinate representation of color #8BAEAF: hue angle of 181.67º 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 #8BAEAF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 174 | 175 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.31 |
| HSL | 181.67º | 0.18% | 0.62% | - |
| HSV(B) | 181.67º | 0.21% | 0.69% | - |
| XYZ | 33.52 | 38.86 | 46.29 | - |
| YUV | 163.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 175 | 0.21 | 0.01 | 0 | 0.31 | 181.67 | 0.18 | 0.62 |
| Hex | 8B | AE | AF | 15 | 1 | 0 | 1F | B6 | 12 | 3E |
| Octal | 213 | 256 | 257 | 25 | 1 | 0 | 37 | 266 | 22 | 76 |
| Binary | 10001011 | 10101110 | 10101111 | 10101 | 1 | 0 | 11111 | 10110110 | 10010 | 111110 |
Color Harmonies of #8BAEAF
Complementary color
Monochromatic Colors of #8BAEAF
Black with #8BAEAF
Text Example
Text Example
White with #8BAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEAF; }
p { color: rgb(139,174,175); }
H1.HeaderClassName
{
color: #8BAEAF;
}
.AnyTagClassName
{
color: #8BAEAF;
}
</style>
background-color css
<style>
a { background-color: #8BAEAF; }
a { background-color: rgb(139,174,175); }
div.DivClassName
{
background-color: #8BAEAF;
}
.BgClassName
{
background-color: #8BAEAF;
}
</style>
border-color css
<style>
span { border-color: #8BAEAF; }
span { border-color: rgb(139,174,175); }
td.TdClassName
{
border-color: #8BAEAF;
}
.TagClassName
{
border-color: #8BAEAF;
}
</style>