Shades of Gull Grey #9FADB3
Tints of Gull Grey #9FADB3
RGB
CMYK
RGB Variations
Color information
#9FADB3 (or 0x9FADB3) is known color: Gull Grey. HEX triplet: 9F, AD and B3. RGB value is (159,173,179). Sum of RGB (Red+Green+Blue) = 159+173+179=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 179 - color contains mainly: blue. Hex color #9FADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADB3 is #60524C. Grayscale: #A9A9A9. Windows color (decimal): -6312525 or 11775391. OLE color: 11775391.
HSL color Cylindrical-coordinate representation of color #9FADB3: hue angle of 198º 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 #9FADB3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 173 | 179 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.30 |
| HSL | 198º | 0.12% | 0.66% | - |
| HSV(B) | 198º | 0.11% | 0.7% | - |
| XYZ | 37.38 | 40.51 | 48.5 | - |
| YUV | 169.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 179 | 0.11 | 0.03 | 0 | 0.30 | 198 | 0.12 | 0.66 |
| Hex | 9F | AD | B3 | B | 3 | 0 | 1E | C6 | C | 42 |
| Octal | 237 | 255 | 263 | 13 | 3 | 0 | 36 | 306 | 14 | 102 |
| Binary | 10011111 | 10101101 | 10110011 | 1011 | 11 | 0 | 11110 | 11000110 | 1100 | 1000010 |
Color Harmonies of #9FADB3
Complementary color
Monochromatic Colors of #9FADB3
Black with #9FADB3
Text Example
Text Example
White with #9FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADB3; }
p { color: rgb(159,173,179); }
H1.HeaderClassName
{
color: #9FADB3;
}
.AnyTagClassName
{
color: #9FADB3;
}
</style>
background-color css
<style>
a { background-color: #9FADB3; }
a { background-color: rgb(159,173,179); }
div.DivClassName
{
background-color: #9FADB3;
}
.BgClassName
{
background-color: #9FADB3;
}
</style>
border-color css
<style>
span { border-color: #9FADB3; }
span { border-color: rgb(159,173,179); }
td.TdClassName
{
border-color: #9FADB3;
}
.TagClassName
{
border-color: #9FADB3;
}
</style>