Shades of Gull Grey #9FB1B3
Tints of Gull Grey #9FB1B3
RGB
CMYK
RGB Variations
Color information
#9FB1B3 (or 0x9FB1B3) is known color: Gull Grey. HEX triplet: 9F, B1 and B3. RGB value is (159,177,179). Sum of RGB (Red+Green+Blue) = 159+177+179=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #9FB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1B3 is #604E4C. Grayscale: #ABABAB. Windows color (decimal): -6311501 or 11776415. OLE color: 11776415.
HSL color Cylindrical-coordinate representation of color #9FB1B3: hue angle of 186º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB1B3 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 177 | 179 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.30 |
| HSL | 186º | 0.12% | 0.66% | - |
| HSV(B) | 186º | 0.11% | 0.7% | - |
| XYZ | 38.16 | 42.07 | 48.76 | - |
| YUV | 171.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 179 | 0.11 | 0.01 | 0 | 0.30 | 186 | 0.12 | 0.66 |
| Hex | 9F | B1 | B3 | B | 1 | 0 | 1E | BA | C | 42 |
| Octal | 237 | 261 | 263 | 13 | 1 | 0 | 36 | 272 | 14 | 102 |
| Binary | 10011111 | 10110001 | 10110011 | 1011 | 1 | 0 | 11110 | 10111010 | 1100 | 1000010 |
Color Harmonies of #9FB1B3
Complementary color
Monochromatic Colors of #9FB1B3
Black with #9FB1B3
Text Example
Text Example
White with #9FB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1B3; }
p { color: rgb(159,177,179); }
H1.HeaderClassName
{
color: #9FB1B3;
}
.AnyTagClassName
{
color: #9FB1B3;
}
</style>
background-color css
<style>
a { background-color: #9FB1B3; }
a { background-color: rgb(159,177,179); }
div.DivClassName
{
background-color: #9FB1B3;
}
.BgClassName
{
background-color: #9FB1B3;
}
</style>
border-color css
<style>
span { border-color: #9FB1B3; }
span { border-color: rgb(159,177,179); }
td.TdClassName
{
border-color: #9FB1B3;
}
.TagClassName
{
border-color: #9FB1B3;
}
</style>