Shades of Gull Grey #9FABAD
Tints of Gull Grey #9FABAD
RGB
CMYK
RGB Variations
Color information
#9FABAD (or 0x9FABAD) is known color: Gull Grey. HEX triplet: 9F, AB and AD. RGB value is (159,171,173). Sum of RGB (Red+Green+Blue) = 159+171+173=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAD is #605452. Grayscale: #A7A7A7. Windows color (decimal): -6313043 or 11381663. OLE color: 11381663.
HSL color Cylindrical-coordinate representation of color #9FABAD: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FABAD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 171 | 173 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.32 |
| HSL | 188.57º | 0.08% | 0.65% | - |
| HSV(B) | 188.57º | 0.08% | 0.68% | - |
| XYZ | 36.4 | 39.51 | 45.24 | - |
| YUV | 167.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 173 | 0.08 | 0.01 | 0 | 0.32 | 188.57 | 0.08 | 0.65 |
| Hex | 9F | AB | AD | 8 | 1 | 0 | 20 | BD | 8 | 41 |
| Octal | 237 | 253 | 255 | 10 | 1 | 0 | 40 | 275 | 10 | 101 |
| Binary | 10011111 | 10101011 | 10101101 | 1000 | 1 | 0 | 100000 | 10111101 | 1000 | 1000001 |
Color Harmonies of #9FABAD
Complementary color
Monochromatic Colors of #9FABAD
Black with #9FABAD
Text Example
Text Example
White with #9FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABAD; }
p { color: rgb(159,171,173); }
H1.HeaderClassName
{
color: #9FABAD;
}
.AnyTagClassName
{
color: #9FABAD;
}
</style>
background-color css
<style>
a { background-color: #9FABAD; }
a { background-color: rgb(159,171,173); }
div.DivClassName
{
background-color: #9FABAD;
}
.BgClassName
{
background-color: #9FABAD;
}
</style>
border-color css
<style>
span { border-color: #9FABAD; }
span { border-color: rgb(159,171,173); }
td.TdClassName
{
border-color: #9FABAD;
}
.TagClassName
{
border-color: #9FABAD;
}
</style>