Shades of Gull Grey #9EADAE
Tints of Gull Grey #9EADAE
RGB
CMYK
RGB Variations
Color information
#9EADAE (or 0x9EADAE) is known color: Gull Grey. HEX triplet: 9E, AD and AE. RGB value is (158,173,174). Sum of RGB (Red+Green+Blue) = 158+173+174=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAE is #615251. Grayscale: #A8A8A8. Windows color (decimal): -6378066 or 11447710. OLE color: 11447710.
HSL color Cylindrical-coordinate representation of color #9EADAE: hue angle of 183.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EADAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 173 | 174 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.32 |
| HSL | 183.75º | 0.09% | 0.65% | - |
| HSV(B) | 183.75º | 0.09% | 0.68% | - |
| XYZ | 36.68 | 40.21 | 45.87 | - |
| YUV | 168.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 174 | 0.09 | 0.01 | 0 | 0.32 | 183.75 | 0.09 | 0.65 |
| Hex | 9E | AD | AE | 9 | 1 | 0 | 20 | B8 | 9 | 41 |
| Octal | 236 | 255 | 256 | 11 | 1 | 0 | 40 | 270 | 11 | 101 |
| Binary | 10011110 | 10101101 | 10101110 | 1001 | 1 | 0 | 100000 | 10111000 | 1001 | 1000001 |
Color Harmonies of #9EADAE
Complementary color
Monochromatic Colors of #9EADAE
Black with #9EADAE
Text Example
Text Example
White with #9EADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADAE; }
p { color: rgb(158,173,174); }
H1.HeaderClassName
{
color: #9EADAE;
}
.AnyTagClassName
{
color: #9EADAE;
}
</style>
background-color css
<style>
a { background-color: #9EADAE; }
a { background-color: rgb(158,173,174); }
div.DivClassName
{
background-color: #9EADAE;
}
.BgClassName
{
background-color: #9EADAE;
}
</style>
border-color css
<style>
span { border-color: #9EADAE; }
span { border-color: rgb(158,173,174); }
td.TdClassName
{
border-color: #9EADAE;
}
.TagClassName
{
border-color: #9EADAE;
}
</style>