Shades of Gull Grey #9FADB5
Tints of Gull Grey #9FADB5
RGB
CMYK
RGB Variations
Color information
#9FADB5 (or 0x9FADB5) is known color: Gull Grey. HEX triplet: 9F, AD and B5. RGB value is (159,173,181). Sum of RGB (Red+Green+Blue) = 159+173+181=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #9FADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADB5 is #60524A. Grayscale: #A9A9A9. Windows color (decimal): -6312523 or 11906463. OLE color: 11906463.
HSL color Cylindrical-coordinate representation of color #9FADB5: hue angle of 201.82º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FADB5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 159 | 173 | 181 | - |
CMYK | 0.12 | 0.04 | 0 | 0.29 |
HSL | 201.82º | 0.13% | 0.67% | - |
HSV(B) | 201.82º | 0.12% | 0.71% | - |
XYZ | 37.58 | 40.59 | 49.57 | - |
YUV | 169.73 | 134.36 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 173 | 181 | 0.12 | 0.04 | 0 | 0.29 | 201.82 | 0.13 | 0.67 |
Hex | 9F | AD | B5 | C | 4 | 0 | 1D | CA | D | 43 |
Octal | 237 | 255 | 265 | 14 | 4 | 0 | 35 | 312 | 15 | 103 |
Binary | 10011111 | 10101101 | 10110101 | 1100 | 100 | 0 | 11101 | 11001010 | 1101 | 1000011 |
Color Harmonies of #9FADB5
Complementary color
Monochromatic Colors of #9FADB5
Black with #9FADB5
Text Example
Text Example
White with #9FADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADB5; }
p { color: rgb(159,173,181); }
H1.HeaderClassName
{
color: #9FADB5;
}
.AnyTagClassName
{
color: #9FADB5;
}
</style>
background-color css
<style>
a { background-color: #9FADB5; }
a { background-color: rgb(159,173,181); }
div.DivClassName
{
background-color: #9FADB5;
}
.BgClassName
{
background-color: #9FADB5;
}
</style>
border-color css
<style>
span { border-color: #9FADB5; }
span { border-color: rgb(159,173,181); }
td.TdClassName
{
border-color: #9FADB5;
}
.TagClassName
{
border-color: #9FADB5;
}
</style>