Shades of Gull Grey #9EADB1
Tints of Gull Grey #9EADB1
RGB
CMYK
RGB Variations
Color information
#9EADB1 (or 0x9EADB1) is known color: Gull Grey. HEX triplet: 9E, AD and B1. RGB value is (158,173,177). Sum of RGB (Red+Green+Blue) = 158+173+177=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADB1 is #61524E. Grayscale: #A8A8A8. Windows color (decimal): -6378063 or 11644318. OLE color: 11644318.
HSL color Cylindrical-coordinate representation of color #9EADB1: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EADB1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 173 | 177 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.31 |
| HSL | 192.63º | 0.11% | 0.66% | - |
| HSV(B) | 192.63º | 0.11% | 0.69% | - |
| XYZ | 36.98 | 40.33 | 47.43 | - |
| YUV | 168.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 177 | 0.11 | 0.02 | 0 | 0.31 | 192.63 | 0.11 | 0.66 |
| Hex | 9E | AD | B1 | B | 2 | 0 | 1F | C1 | B | 42 |
| Octal | 236 | 255 | 261 | 13 | 2 | 0 | 37 | 301 | 13 | 102 |
| Binary | 10011110 | 10101101 | 10110001 | 1011 | 10 | 0 | 11111 | 11000001 | 1011 | 1000010 |
Color Harmonies of #9EADB1
Complementary color
Monochromatic Colors of #9EADB1
Black with #9EADB1
Text Example
Text Example
White with #9EADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADB1; }
p { color: rgb(158,173,177); }
H1.HeaderClassName
{
color: #9EADB1;
}
.AnyTagClassName
{
color: #9EADB1;
}
</style>
background-color css
<style>
a { background-color: #9EADB1; }
a { background-color: rgb(158,173,177); }
div.DivClassName
{
background-color: #9EADB1;
}
.BgClassName
{
background-color: #9EADB1;
}
</style>
border-color css
<style>
span { border-color: #9EADB1; }
span { border-color: rgb(158,173,177); }
td.TdClassName
{
border-color: #9EADB1;
}
.TagClassName
{
border-color: #9EADB1;
}
</style>