#9FACB4

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

Shades of Gull Grey #9FACB4

Tints of Gull Grey #9FACB4

Color information

#9FACB4 (or 0x9FACB4) is unknown color: approx Gull Grey. HEX triplet: 9F, AC and B4. RGB value is (159,172,180). Sum of RGB (Red+Green+Blue) = 159+172+180=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #9FACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACB4 is #60534B. Grayscale: #A8A8A8. Windows color (decimal): -6312780 or 11840671. OLE color: 11840671.

HSL color Cylindrical-coordinate representation of color #9FACB4: hue angle of 202.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FACB4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159172180-
CMYK0.120.0400.29
HSL202.86º12.28%66.47%-
HSV(B)202.86º11.67%70.59%-
XYZ37.2940.1748.97-
YUV169.02134.19120.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=31.12%
G=33.66%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591721800.120.0400.29202.8612.2866.47
Hex9FACB4C401Dcbc42
Octal23725426414403531314102
Binary10011111101011001011010011001000111011100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,180); }

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

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

 a { background-color: rgb(159,172,180); }

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

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

 span { border-color: rgb(159,172,180); }

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