#9FABAD

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

Shades of Gull Grey #9FABAD

Tints of Gull Grey #9FABAD

Color information

#9FABAD (or 0x9FABAD) is unknown color: approx Gull Grey. HEX triplet: 9F, AB and AD. RGB value is (159,171,173). Sum of RGB (Red+Green+Blue) = 159+171+173=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAD is #605452. Grayscale: #A7A7A7. Windows color (decimal): -6313043 or 11381663. OLE color: 11381663.

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

Color convert

RGB159171173-
CMYK0.080.0100.32
HSL188.57º7.87%65.1%-
HSV(B)188.57º8.09%67.84%-
XYZ36.439.5145.24-
YUV167.64131.02121.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=31.61%
G=34.00%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591711730.080.0100.32188.577.8765.1
Hex9FABAD81020bd841
Octal23725325510104027510101
Binary1001111110101011101011011000101000001011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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