#9FADAE

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

Shades of Gull Grey #9FADAE

Tints of Gull Grey #9FADAE

Color information

#9FADAE (or 0x9FADAE) is unknown color: approx Gull Grey. HEX triplet: 9F, AD and AE. RGB value is (159,173,174). Sum of RGB (Red+Green+Blue) = 159+173+174=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAE is #605251. Grayscale: #A8A8A8. Windows color (decimal): -6312530 or 11447711. OLE color: 11447711.

HSL color Cylindrical-coordinate representation of color #9FADAE: hue angle of 184º 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 #9FADAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159173174-
CMYK0.090.0100.32
HSL184º8.47%65.29%-
HSV(B)184º8.62%68.24%-
XYZ36.8840.3145.88-
YUV168.93130.86120.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=31.42%
G=34.19%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731740.090.0100.321848.4765.29
Hex9FADAE91020b8841
Octal23725525611104027010101
Binary1001111110101101101011101001101000001011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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