#9FAAAE

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

Shades of Gull Grey #9FAAAE

Tints of Gull Grey #9FAAAE

Color information

#9FAAAE (or 0x9FAAAE) is unknown color: approx 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

RGB159170174-
CMYK0.090.0200.32
HSL196º8.47%65.29%-
HSV(B)196º8.62%68.24%-
XYZ36.3139.1845.69-
YUV167.17131.86122.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=31.61%
G=33.80%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591701740.090.0200.321968.4765.29
Hex9FAAAE92020c4841
Octal23725225611204030410101
Binary10011111101010101010111010011001000001100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>