Shades of Gull Grey #9FAAB0
Tints of Gull Grey #9FAAB0
RGB
CMYK
RGB Variations
Color information
#9FAAB0 (or 0x9FAAB0) is known color: Gull Grey. HEX triplet: 9F, AA and B0. RGB value is (159,170,176). Sum of RGB (Red+Green+Blue) = 159+170+176=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9FAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAB0 is #60554F. Grayscale: #A7A7A7. Windows color (decimal): -6313296 or 11578015. OLE color: 11578015.
HSL color Cylindrical-coordinate representation of color #9FAAB0: hue angle of 201.18º 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 #9FAAB0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 159 | 170 | 176 | - |
CMYK | 0.10 | 0.03 | 0 | 0.31 |
HSL | 201.18º | 0.1% | 0.66% | - |
HSV(B) | 201.18º | 0.1% | 0.69% | - |
XYZ | 36.51 | 39.25 | 46.73 | - |
YUV | 167.4 | 132.86 | 122.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 170 | 176 | 0.10 | 0.03 | 0 | 0.31 | 201.18 | 0.1 | 0.66 |
Hex | 9F | AA | B0 | A | 3 | 0 | 1F | C9 | A | 42 |
Octal | 237 | 252 | 260 | 12 | 3 | 0 | 37 | 311 | 12 | 102 |
Binary | 10011111 | 10101010 | 10110000 | 1010 | 11 | 0 | 11111 | 11001001 | 1010 | 1000010 |
Color Harmonies of #9FAAB0
Complementary color
Monochromatic Colors of #9FAAB0
Black with #9FAAB0
Text Example
Text Example
White with #9FAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAB0; }
p { color: rgb(159,170,176); }
H1.HeaderClassName
{
color: #9FAAB0;
}
.AnyTagClassName
{
color: #9FAAB0;
}
</style>
background-color css
<style>
a { background-color: #9FAAB0; }
a { background-color: rgb(159,170,176); }
div.DivClassName
{
background-color: #9FAAB0;
}
.BgClassName
{
background-color: #9FAAB0;
}
</style>
border-color css
<style>
span { border-color: #9FAAB0; }
span { border-color: rgb(159,170,176); }
td.TdClassName
{
border-color: #9FAAB0;
}
.TagClassName
{
border-color: #9FAAB0;
}
</style>