Shades of Gull Grey #9FABB0
Tints of Gull Grey #9FABB0
RGB
CMYK
RGB Variations
Color information
#9FABB0 (or 0x9FABB0) is known color: Gull Grey. HEX triplet: 9F, AB and B0. RGB value is (159,171,176). Sum of RGB (Red+Green+Blue) = 159+171+176=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: blue. Hex color #9FABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABB0 is #60544F. Grayscale: #A7A7A7. Windows color (decimal): -6313040 or 11578271. OLE color: 11578271.
HSL color Cylindrical-coordinate representation of color #9FABB0: hue angle of 197.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FABB0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 159 | 171 | 176 | - |
CMYK | 0.10 | 0.03 | 0 | 0.31 |
HSL | 197.65º | 0.1% | 0.66% | - |
HSV(B) | 197.65º | 0.1% | 0.69% | - |
XYZ | 36.7 | 39.63 | 46.79 | - |
YUV | 167.98 | 132.52 | 121.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 176 | 0.10 | 0.03 | 0 | 0.31 | 197.65 | 0.1 | 0.66 |
Hex | 9F | AB | B0 | A | 3 | 0 | 1F | C6 | A | 42 |
Octal | 237 | 253 | 260 | 12 | 3 | 0 | 37 | 306 | 12 | 102 |
Binary | 10011111 | 10101011 | 10110000 | 1010 | 11 | 0 | 11111 | 11000110 | 1010 | 1000010 |
Color Harmonies of #9FABB0
Complementary color
Monochromatic Colors of #9FABB0
Black with #9FABB0
Text Example
Text Example
White with #9FABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABB0; }
p { color: rgb(159,171,176); }
H1.HeaderClassName
{
color: #9FABB0;
}
.AnyTagClassName
{
color: #9FABB0;
}
</style>
background-color css
<style>
a { background-color: #9FABB0; }
a { background-color: rgb(159,171,176); }
div.DivClassName
{
background-color: #9FABB0;
}
.BgClassName
{
background-color: #9FABB0;
}
</style>
border-color css
<style>
span { border-color: #9FABB0; }
span { border-color: rgb(159,171,176); }
td.TdClassName
{
border-color: #9FABB0;
}
.TagClassName
{
border-color: #9FABB0;
}
</style>