Shades of Gull Grey #9FAAAE
Tints of Gull Grey #9FAAAE
RGB
CMYK
RGB Variations
Color information
#9FAAAE (or 0x9FAAAE) is known color: Gull Grey. HEX triplet: 9F, AA and AE. RGB value is (159,170,174). Sum of RGB (Red+Green+Blue) = 159+170+174=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAE is #605551. Grayscale: #A7A7A7. Windows color (decimal): -6313298 or 11446943. OLE color: 11446943.
HSL color Cylindrical-coordinate representation of color #9FAAAE: hue angle of 196º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAAAE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 170 | 174 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.32 |
| HSL | 196º | 0.08% | 0.65% | - |
| HSV(B) | 196º | 0.09% | 0.68% | - |
| XYZ | 36.31 | 39.18 | 45.69 | - |
| YUV | 167.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 174 | 0.09 | 0.02 | 0 | 0.32 | 196 | 0.08 | 0.65 |
| Hex | 9F | AA | AE | 9 | 2 | 0 | 20 | C4 | 8 | 41 |
| Octal | 237 | 252 | 256 | 11 | 2 | 0 | 40 | 304 | 10 | 101 |
| Binary | 10011111 | 10101010 | 10101110 | 1001 | 10 | 0 | 100000 | 11000100 | 1000 | 1000001 |
Color Harmonies of #9FAAAE
Complementary color
Monochromatic Colors of #9FAAAE
Black with #9FAAAE
Text Example
Text Example
White with #9FAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAAE; }
p { color: rgb(159,170,174); }
H1.HeaderClassName
{
color: #9FAAAE;
}
.AnyTagClassName
{
color: #9FAAAE;
}
</style>
background-color css
<style>
a { background-color: #9FAAAE; }
a { background-color: rgb(159,170,174); }
div.DivClassName
{
background-color: #9FAAAE;
}
.BgClassName
{
background-color: #9FAAAE;
}
</style>
border-color css
<style>
span { border-color: #9FAAAE; }
span { border-color: rgb(159,170,174); }
td.TdClassName
{
border-color: #9FAAAE;
}
.TagClassName
{
border-color: #9FAAAE;
}
</style>