Shades of Ziggurat #8AAEB1
Tints of Ziggurat #8AAEB1
RGB
CMYK
RGB Variations
Color information
#8AAEB1 (or 0x8AAEB1) is known color: Ziggurat. HEX triplet: 8A, AE and B1. RGB value is (138,174,177). Sum of RGB (Red+Green+Blue) = 138+174+177=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEB1 is #75514E. Grayscale: #A3A3A3. Windows color (decimal): -7688527 or 11644554. OLE color: 11644554.
HSL color Cylindrical-coordinate representation of color #8AAEB1: hue angle of 184.62º degrees, saturation: 0.2, 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 #8AAEB1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 174 | 177 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.31 |
| HSL | 184.62º | 0.2% | 0.62% | - |
| HSV(B) | 184.62º | 0.22% | 0.69% | - |
| XYZ | 33.55 | 38.85 | 47.33 | - |
| YUV | 163.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 177 | 0.22 | 0.02 | 0 | 0.31 | 184.62 | 0.2 | 0.62 |
| Hex | 8A | AE | B1 | 16 | 2 | 0 | 1F | B9 | 14 | 3E |
| Octal | 212 | 256 | 261 | 26 | 2 | 0 | 37 | 271 | 24 | 76 |
| Binary | 10001010 | 10101110 | 10110001 | 10110 | 10 | 0 | 11111 | 10111001 | 10100 | 111110 |
Color Harmonies of #8AAEB1
Complementary color
Monochromatic Colors of #8AAEB1
Black with #8AAEB1
Text Example
Text Example
White with #8AAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEB1; }
p { color: rgb(138,174,177); }
H1.HeaderClassName
{
color: #8AAEB1;
}
.AnyTagClassName
{
color: #8AAEB1;
}
</style>
background-color css
<style>
a { background-color: #8AAEB1; }
a { background-color: rgb(138,174,177); }
div.DivClassName
{
background-color: #8AAEB1;
}
.BgClassName
{
background-color: #8AAEB1;
}
</style>
border-color css
<style>
span { border-color: #8AAEB1; }
span { border-color: rgb(138,174,177); }
td.TdClassName
{
border-color: #8AAEB1;
}
.TagClassName
{
border-color: #8AAEB1;
}
</style>