#9FADAF

Color #9FADAF Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9FADAF

Tints of Gull Grey #9FADAF

Color information

#9FADAF (or 0x9FADAF) is unknown color: approx Gull Grey. HEX triplet: 9F, AD and AF. RGB value is (159,173,175). Sum of RGB (Red+Green+Blue) = 159+173+175=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAF is #605250. Grayscale: #A9A9A9. Windows color (decimal): -6312529 or 11513247. OLE color: 11513247.

HSL color Cylindrical-coordinate representation of color #9FADAF: hue angle of 187.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FADAF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159173175-
CMYK0.090.0100.31
HSL187.5º9.09%65.49%-
HSV(B)187.5º9.14%68.63%-
XYZ36.9840.3546.4-
YUV169.04131.36120.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=31.36%
G=34.12%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591731750.090.0100.31187.59.0965.49
Hex9FADAF9101Fbb941
Octal23725525711103727311101
Binary100111111010110110101111100110111111011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FADAF; }

 p { color: rgb(159,173,175); }

 H1.HeaderClassName
 {
   color: #9FADAF;
 }
 .AnyTagClassName
 {
   color: #9FADAF;
 }
</style>
background-color css

<style>
 a { background-color: #9FADAF; }

 a { background-color: rgb(159,173,175); }

 div.DivClassName
 {
   background-color: #9FADAF;
 }
 .BgClassName
 {
   background-color: #9FADAF;
 }
</style>
border-color css

<style>
 span { border-color: #9FADAF; }

 span { border-color: rgb(159,173,175); }

 td.TdClassName
 {
   border-color: #9FADAF;
 }
 .TagClassName
 {
   border-color: #9FADAF;
 }
</style>