Shades of Ziggurat #8AAEB0
Tints of Ziggurat #8AAEB0
RGB
CMYK
RGB Variations
Color information
#8AAEB0 (or 0x8AAEB0) is known color: Ziggurat. HEX triplet: 8A, AE and B0. RGB value is (138,174,176). Sum of RGB (Red+Green+Blue) = 138+174+176=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEB0 is #75514F. Grayscale: #A3A3A3. Windows color (decimal): -7688528 or 11579018. OLE color: 11579018.
HSL color Cylindrical-coordinate representation of color #8AAEB0: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAEB0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 174 | 176 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.31 |
| HSL | 183.16º | 0.19% | 0.62% | - |
| HSV(B) | 183.16º | 0.22% | 0.69% | - |
| XYZ | 33.45 | 38.81 | 46.8 | - |
| YUV | 163.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 176 | 0.22 | 0.01 | 0 | 0.31 | 183.16 | 0.19 | 0.62 |
| Hex | 8A | AE | B0 | 16 | 1 | 0 | 1F | B7 | 13 | 3E |
| Octal | 212 | 256 | 260 | 26 | 1 | 0 | 37 | 267 | 23 | 76 |
| Binary | 10001010 | 10101110 | 10110000 | 10110 | 1 | 0 | 11111 | 10110111 | 10011 | 111110 |
Color Harmonies of #8AAEB0
Complementary color
Monochromatic Colors of #8AAEB0
Black with #8AAEB0
Text Example
Text Example
White with #8AAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEB0; }
p { color: rgb(138,174,176); }
H1.HeaderClassName
{
color: #8AAEB0;
}
.AnyTagClassName
{
color: #8AAEB0;
}
</style>
background-color css
<style>
a { background-color: #8AAEB0; }
a { background-color: rgb(138,174,176); }
div.DivClassName
{
background-color: #8AAEB0;
}
.BgClassName
{
background-color: #8AAEB0;
}
</style>
border-color css
<style>
span { border-color: #8AAEB0; }
span { border-color: rgb(138,174,176); }
td.TdClassName
{
border-color: #8AAEB0;
}
.TagClassName
{
border-color: #8AAEB0;
}
</style>