Shades of Gull Grey #9EADAF
Tints of Gull Grey #9EADAF
RGB
CMYK
RGB Variations
Color information
#9EADAF (or 0x9EADAF) is known color: Gull Grey. HEX triplet: 9E, AD and AF. RGB value is (158,173,175). Sum of RGB (Red+Green+Blue) = 158+173+175=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAF is #615250. Grayscale: #A8A8A8. Windows color (decimal): -6378065 or 11513246. OLE color: 11513246.
HSL color Cylindrical-coordinate representation of color #9EADAF: hue angle of 187.06º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EADAF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 173 | 175 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.31 |
| HSL | 187.06º | 0.1% | 0.65% | - |
| HSV(B) | 187.06º | 0.1% | 0.69% | - |
| XYZ | 36.78 | 40.25 | 46.39 | - |
| YUV | 168.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 175 | 0.10 | 0.01 | 0 | 0.31 | 187.06 | 0.1 | 0.65 |
| Hex | 9E | AD | AF | A | 1 | 0 | 1F | BB | A | 41 |
| Octal | 236 | 255 | 257 | 12 | 1 | 0 | 37 | 273 | 12 | 101 |
| Binary | 10011110 | 10101101 | 10101111 | 1010 | 1 | 0 | 11111 | 10111011 | 1010 | 1000001 |
Color Harmonies of #9EADAF
Complementary color
Monochromatic Colors of #9EADAF
Black with #9EADAF
Text Example
Text Example
White with #9EADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADAF; }
p { color: rgb(158,173,175); }
H1.HeaderClassName
{
color: #9EADAF;
}
.AnyTagClassName
{
color: #9EADAF;
}
</style>
background-color css
<style>
a { background-color: #9EADAF; }
a { background-color: rgb(158,173,175); }
div.DivClassName
{
background-color: #9EADAF;
}
.BgClassName
{
background-color: #9EADAF;
}
</style>
border-color css
<style>
span { border-color: #9EADAF; }
span { border-color: rgb(158,173,175); }
td.TdClassName
{
border-color: #9EADAF;
}
.TagClassName
{
border-color: #9EADAF;
}
</style>