#9FB0B2

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

Shades of Gull Grey #9FB0B2

Tints of Gull Grey #9FB0B2

Color information

#9FB0B2 (or 0x9FB0B2) is unknown color: approx Gull Grey. HEX triplet: 9F, B0 and B2. RGB value is (159,176,178). Sum of RGB (Red+Green+Blue) = 159+176+178=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #9FB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0B2 is #604F4D. Grayscale: #ABABAB. Windows color (decimal): -6311758 or 11710623. OLE color: 11710623.

HSL color Cylindrical-coordinate representation of color #9FB0B2: hue angle of 186.32º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB0B2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB159176178-
CMYK0.110.0100.30
HSL186.32º10.98%66.08%-
HSV(B)186.32º10.67%69.8%-
XYZ37.8641.6448.16-
YUV171.14131.87119.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=30.99%
G=34.31%
B=34.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591761780.110.0100.30186.3210.9866.08
Hex9FB0B2B101Ebab42
Octal23726026213103627213102
Binary100111111011000010110010101110111101011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,178); }

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

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

 a { background-color: rgb(159,176,178); }

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

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

 span { border-color: rgb(159,176,178); }

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