Shades of Gull Grey #9EB1B3
Tints of Gull Grey #9EB1B3
RGB
CMYK
RGB Variations
Color information
#9EB1B3 (or 0x9EB1B3) is known color: Gull Grey. HEX triplet: 9E, B1 and B3. RGB value is (158,177,179). Sum of RGB (Red+Green+Blue) = 158+177+179=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB1B3 is #614E4C. Grayscale: #ABABAB. Windows color (decimal): -6377037 or 11776414. OLE color: 11776414.
HSL color Cylindrical-coordinate representation of color #9EB1B3: hue angle of 185.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB1B3 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 177 | 179 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.30 |
| HSL | 185.71º | 0.12% | 0.66% | - |
| HSV(B) | 185.71º | 0.12% | 0.7% | - |
| XYZ | 37.96 | 41.97 | 48.75 | - |
| YUV | 171.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 179 | 0.12 | 0.01 | 0 | 0.30 | 185.71 | 0.12 | 0.66 |
| Hex | 9E | B1 | B3 | C | 1 | 0 | 1E | BA | C | 42 |
| Octal | 236 | 261 | 263 | 14 | 1 | 0 | 36 | 272 | 14 | 102 |
| Binary | 10011110 | 10110001 | 10110011 | 1100 | 1 | 0 | 11110 | 10111010 | 1100 | 1000010 |
Color Harmonies of #9EB1B3
Complementary color
Monochromatic Colors of #9EB1B3
Black with #9EB1B3
Text Example
Text Example
White with #9EB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB1B3; }
p { color: rgb(158,177,179); }
H1.HeaderClassName
{
color: #9EB1B3;
}
.AnyTagClassName
{
color: #9EB1B3;
}
</style>
background-color css
<style>
a { background-color: #9EB1B3; }
a { background-color: rgb(158,177,179); }
div.DivClassName
{
background-color: #9EB1B3;
}
.BgClassName
{
background-color: #9EB1B3;
}
</style>
border-color css
<style>
span { border-color: #9EB1B3; }
span { border-color: rgb(158,177,179); }
td.TdClassName
{
border-color: #9EB1B3;
}
.TagClassName
{
border-color: #9EB1B3;
}
</style>