Shades of Gull Grey #9FABB2
Tints of Gull Grey #9FABB2
RGB
CMYK
RGB Variations
Color information
#9FABB2 (or 0x9FABB2) is known color: Gull Grey. HEX triplet: 9F, AB and B2. RGB value is (159,171,178). Sum of RGB (Red+Green+Blue) = 159+171+178=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 178 - color contains mainly: blue. Hex color #9FABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABB2 is #60544D. Grayscale: #A8A8A8. Windows color (decimal): -6313038 or 11709343. OLE color: 11709343.
HSL color Cylindrical-coordinate representation of color #9FABB2: hue angle of 202.11º degrees, saturation: 0.11, 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 #9FABB2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 159 | 171 | 178 | - |
CMYK | 0.11 | 0.04 | 0 | 0.30 |
HSL | 202.11º | 0.11% | 0.66% | - |
HSV(B) | 202.11º | 0.11% | 0.7% | - |
XYZ | 36.9 | 39.71 | 47.84 | - |
YUV | 168.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 178 | 0.11 | 0.04 | 0 | 0.30 | 202.11 | 0.11 | 0.66 |
Hex | 9F | AB | B2 | B | 4 | 0 | 1E | CA | B | 42 |
Octal | 237 | 253 | 262 | 13 | 4 | 0 | 36 | 312 | 13 | 102 |
Binary | 10011111 | 10101011 | 10110010 | 1011 | 100 | 0 | 11110 | 11001010 | 1011 | 1000010 |
Color Harmonies of #9FABB2
Complementary color
Monochromatic Colors of #9FABB2
Black with #9FABB2
Text Example
Text Example
White with #9FABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABB2; }
p { color: rgb(159,171,178); }
H1.HeaderClassName
{
color: #9FABB2;
}
.AnyTagClassName
{
color: #9FABB2;
}
</style>
background-color css
<style>
a { background-color: #9FABB2; }
a { background-color: rgb(159,171,178); }
div.DivClassName
{
background-color: #9FABB2;
}
.BgClassName
{
background-color: #9FABB2;
}
</style>
border-color css
<style>
span { border-color: #9FABB2; }
span { border-color: rgb(159,171,178); }
td.TdClassName
{
border-color: #9FABB2;
}
.TagClassName
{
border-color: #9FABB2;
}
</style>