Shades of Hit Grey #9DAEAD
Tints of Hit Grey #9DAEAD
RGB
CMYK
RGB Variations
Color information
#9DAEAD (or 0x9DAEAD) is known color: Hit Grey. HEX triplet: 9D, AE and AD. RGB value is (157,174,173). Sum of RGB (Red+Green+Blue) = 157+174+173=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEAD is #625152. Grayscale: #A8A8A8. Windows color (decimal): -6443347 or 11382429. OLE color: 11382429.
HSL color Cylindrical-coordinate representation of color #9DAEAD: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAEAD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 173 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.32 |
| HSL | 176.47º | 0.09% | 0.65% | - |
| HSV(B) | 176.47º | 0.1% | 0.68% | - |
| XYZ | 36.58 | 40.46 | 45.42 | - |
| YUV | 168.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 173 | 0.10 | 0 | 0.01 | 0.32 | 176.47 | 0.09 | 0.65 |
| Hex | 9D | AE | AD | A | 0 | 1 | 20 | B0 | 9 | 41 |
| Octal | 235 | 256 | 255 | 12 | 0 | 1 | 40 | 260 | 11 | 101 |
| Binary | 10011101 | 10101110 | 10101101 | 1010 | 0 | 1 | 100000 | 10110000 | 1001 | 1000001 |
Color Harmonies of #9DAEAD
Complementary color
Monochromatic Colors of #9DAEAD
Black with #9DAEAD
Text Example
Text Example
White with #9DAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEAD; }
p { color: rgb(157,174,173); }
H1.HeaderClassName
{
color: #9DAEAD;
}
.AnyTagClassName
{
color: #9DAEAD;
}
</style>
background-color css
<style>
a { background-color: #9DAEAD; }
a { background-color: rgb(157,174,173); }
div.DivClassName
{
background-color: #9DAEAD;
}
.BgClassName
{
background-color: #9DAEAD;
}
</style>
border-color css
<style>
span { border-color: #9DAEAD; }
span { border-color: rgb(157,174,173); }
td.TdClassName
{
border-color: #9DAEAD;
}
.TagClassName
{
border-color: #9DAEAD;
}
</style>