Shades of Gull Grey #9FACB3
Tints of Gull Grey #9FACB3
RGB
CMYK
RGB Variations
Color information
#9FACB3 (or 0x9FACB3) is known color: Gull Grey. HEX triplet: 9F, AC and B3. RGB value is (159,172,179). Sum of RGB (Red+Green+Blue) = 159+172+179=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #9FACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACB3 is #60534C. Grayscale: #A8A8A8. Windows color (decimal): -6312781 or 11775135. OLE color: 11775135.
HSL color Cylindrical-coordinate representation of color #9FACB3: hue angle of 201º 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 #9FACB3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 172 | 179 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.30 |
| HSL | 201º | 0.12% | 0.66% | - |
| HSV(B) | 201º | 0.11% | 0.7% | - |
| XYZ | 37.19 | 40.13 | 48.43 | - |
| YUV | 168.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 179 | 0.11 | 0.04 | 0 | 0.30 | 201 | 0.12 | 0.66 |
| Hex | 9F | AC | B3 | B | 4 | 0 | 1E | C9 | C | 42 |
| Octal | 237 | 254 | 263 | 13 | 4 | 0 | 36 | 311 | 14 | 102 |
| Binary | 10011111 | 10101100 | 10110011 | 1011 | 100 | 0 | 11110 | 11001001 | 1100 | 1000010 |
Color Harmonies of #9FACB3
Complementary color
Monochromatic Colors of #9FACB3
Black with #9FACB3
Text Example
Text Example
White with #9FACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACB3; }
p { color: rgb(159,172,179); }
H1.HeaderClassName
{
color: #9FACB3;
}
.AnyTagClassName
{
color: #9FACB3;
}
</style>
background-color css
<style>
a { background-color: #9FACB3; }
a { background-color: rgb(159,172,179); }
div.DivClassName
{
background-color: #9FACB3;
}
.BgClassName
{
background-color: #9FACB3;
}
</style>
border-color css
<style>
span { border-color: #9FACB3; }
span { border-color: rgb(159,172,179); }
td.TdClassName
{
border-color: #9FACB3;
}
.TagClassName
{
border-color: #9FACB3;
}
</style>