Color Hex Logo

#9bc1eb Color Hex

#9BC1EB
(155,193,235)
0 Favorites   0 Comments

Color spaces of #9bc1eb

RGB 155193235
HSL0.590.670.76
HSV212°34°92°
CMYK 0.340.180.00   0.08
XYZ47.582951.106685.9539
Yxy51.10660.25770.2768
Hunter Lab71.4889-6.2962-21.2445
CIE-Lab76.7435-2.7411-24.9384

#9bc1eb color RGB value is (155,193,235).

#9bc1eb hex color red value is 155, green value is 193 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9bc1eb hue: 0.59 , saturation: 0.67 and the lightness value of 9bc1eb is 0.76.

The process color (four color CMYK) of #9bc1eb color hex is 0.34, 0.18, 0.00, 0.08. Web safe color of #9bc1eb is #99ccff. Color #9bc1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000001 11101011
Octal 233 301 353
Decimal 155 193 235
Hex 9B C1 EB

RGB Percentages of Color #9bc1eb

%26.59
%33.10
%40.31

CMYK Percentages of Color #9bc1eb

%34
%18
%0
%8

Triadic Colors of #9bc1eb

#9bc1eb #eb9bc1 #c1eb9b

Analogous Colors of #9bc1eb

#9bc1eb #9d9beb #9be9eb

Monochromatic Colors of #9bc1eb

#9bc1eb

Complementary Color

#9bc1eb #ebc59b

#9bc1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc1eb Color CSS Codes

.mybgcolor {background-color:#9bc1eb; } 
.myforecolor {color:#9bc1eb; }
.mybordercolor {border:3px solid #9bc1eb; }

#9bc1eb Text Font Color

<p style="color:#9bc1eb">Text here</p>

This sample text font color is #9bc1eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9bc1eb Background Color

<div style="background-color:#9bc1eb">
Div content here</div>

This div background color is #9bc1eb


#9bc1eb Border Color

<div style="border:3px solid #9bc1eb">
Div here</div>

This div border color is #9bc1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,193,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bc1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bc1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9bc1eb;
  box-shadow:         1px 1px 3px 2px #9bc1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,193,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9bc1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9bc1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9bc1eb;
  box-shadow:         1px 1px 3px 2px #9bc1eb;">
Div content here</div>

This div box has shadow with color #9bc1eb


Comments

No comments written yet.

Please login to write comment.