#9BB3B4

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

Shades of Conch #9BB3B4

Tints of Conch #9BB3B4

Color information

#9BB3B4 (or 0x9BB3B4) is unknown color: approx Conch. HEX triplet: 9B, B3 and B4. RGB value is (155,179,180). Sum of RGB (Red+Green+Blue) = 155+179+180=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BB3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3B4 is #644C4B. Grayscale: #ABABAB. Windows color (decimal): -6573132 or 11842459. OLE color: 11842459.

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

Color convert

RGB155179180-
CMYK0.140.0100.29
HSL182.4º14.29%65.69%-
HSV(B)182.4º13.89%70.59%-
XYZ37.8842.549.39-
YUV171.94132.55115.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=30.16%
G=34.82%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551791800.140.0100.29182.414.2965.69
Hex9BB3B4E101Db6e42
Octal23326326416103526616102
Binary100110111011001110110100111010111011011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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