Shades of Ziggurat #8AADB0
Tints of Ziggurat #8AADB0
RGB
CMYK
RGB Variations
Color information
#8AADB0 (or 0x8AADB0) is known color: Ziggurat. HEX triplet: 8A, AD and B0. RGB value is (138,173,176). Sum of RGB (Red+Green+Blue) = 138+173+176=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AADB0 is #75524F. Grayscale: #A2A2A2. Windows color (decimal): -7688784 or 11578762. OLE color: 11578762.
HSL color Cylindrical-coordinate representation of color #8AADB0: hue angle of 184.74º 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 #8AADB0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 173 | 176 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.31 |
| HSL | 184.74º | 0.19% | 0.62% | - |
| HSV(B) | 184.74º | 0.22% | 0.69% | - |
| XYZ | 33.26 | 38.43 | 46.74 | - |
| YUV | 162.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 176 | 0.22 | 0.02 | 0 | 0.31 | 184.74 | 0.19 | 0.62 |
| Hex | 8A | AD | B0 | 16 | 2 | 0 | 1F | B9 | 13 | 3E |
| Octal | 212 | 255 | 260 | 26 | 2 | 0 | 37 | 271 | 23 | 76 |
| Binary | 10001010 | 10101101 | 10110000 | 10110 | 10 | 0 | 11111 | 10111001 | 10011 | 111110 |
Color Harmonies of #8AADB0
Complementary color
Monochromatic Colors of #8AADB0
Black with #8AADB0
Text Example
Text Example
White with #8AADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADB0; }
p { color: rgb(138,173,176); }
H1.HeaderClassName
{
color: #8AADB0;
}
.AnyTagClassName
{
color: #8AADB0;
}
</style>
background-color css
<style>
a { background-color: #8AADB0; }
a { background-color: rgb(138,173,176); }
div.DivClassName
{
background-color: #8AADB0;
}
.BgClassName
{
background-color: #8AADB0;
}
</style>
border-color css
<style>
span { border-color: #8AADB0; }
span { border-color: rgb(138,173,176); }
td.TdClassName
{
border-color: #8AADB0;
}
.TagClassName
{
border-color: #8AADB0;
}
</style>