#9BACB3

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

Shades of Gull Grey #9BACB3

Tints of Gull Grey #9BACB3

Color information

#9BACB3 (or 0x9BACB3) is unknown color: approx Gull Grey. HEX triplet: 9B, AC and B3. RGB value is (155,172,179). Sum of RGB (Red+Green+Blue) = 155+172+179=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #9BACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACB3 is #64534C. Grayscale: #A7A7A7. Windows color (decimal): -6574925 or 11775131. OLE color: 11775131.

HSL color Cylindrical-coordinate representation of color #9BACB3: hue angle of 197.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BACB3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155172179-
CMYK0.130.0400.30
HSL197.5º13.64%65.49%-
HSV(B)197.5º13.41%70.2%-
XYZ36.4139.7348.4-
YUV167.72134.37118.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=30.63%
G=33.99%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551721790.130.0400.30197.513.6465.49
Hex9BACB3D401Ec5e41
Octal23325426315403630516101
Binary10011011101011001011001111011000111101100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,179); }

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

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

 a { background-color: rgb(155,172,179); }

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

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

 span { border-color: rgb(155,172,179); }

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