Shades of Ziggurat #8AADAE
Tints of Ziggurat #8AADAE
RGB
CMYK
RGB Variations
Color information
#8AADAE (or 0x8AADAE) is known color: Ziggurat. HEX triplet: 8A, AD and AE. RGB value is (138,173,174). Sum of RGB (Red+Green+Blue) = 138+173+174=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #8AADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AADAE is #755251. Grayscale: #A2A2A2. Windows color (decimal): -7688786 or 11447690. OLE color: 11447690.
HSL color Cylindrical-coordinate representation of color #8AADAE: hue angle of 181.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AADAE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 174 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.32 |
| HSL | 181.67º | 0.18% | 0.61% | - |
| HSV(B) | 181.67º | 0.21% | 0.68% | - |
| XYZ | 33.06 | 38.35 | 45.7 | - |
| YUV | 162.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 174 | 0.21 | 0.01 | 0 | 0.32 | 181.67 | 0.18 | 0.61 |
| Hex | 8A | AD | AE | 15 | 1 | 0 | 20 | B6 | 12 | 3D |
| Octal | 212 | 255 | 256 | 25 | 1 | 0 | 40 | 266 | 22 | 75 |
| Binary | 10001010 | 10101101 | 10101110 | 10101 | 1 | 0 | 100000 | 10110110 | 10010 | 111101 |
Color Harmonies of #8AADAE
Complementary color
Monochromatic Colors of #8AADAE
Black with #8AADAE
Text Example
Text Example
White with #8AADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADAE; }
p { color: rgb(138,173,174); }
H1.HeaderClassName
{
color: #8AADAE;
}
.AnyTagClassName
{
color: #8AADAE;
}
</style>
background-color css
<style>
a { background-color: #8AADAE; }
a { background-color: rgb(138,173,174); }
div.DivClassName
{
background-color: #8AADAE;
}
.BgClassName
{
background-color: #8AADAE;
}
</style>
border-color css
<style>
span { border-color: #8AADAE; }
span { border-color: rgb(138,173,174); }
td.TdClassName
{
border-color: #8AADAE;
}
.TagClassName
{
border-color: #8AADAE;
}
</style>