Color Hex Logo

#9bbbef Color Hex

#9BBBEF
(155,187,239)
0 Favorites   0 Comments

Color spaces of #9bbbef

RGB 155187239
HSL0.600.720.77
HSV217°35°94°
CMYK 0.350.220.00   0.06
XYZ46.867948.741288.5991
Yxy48.74120.25440.2646
Hunter Lab69.8149-2.3461-26.3720
CIE-Lab75.29001.5254-29.3215

#9bbbef color RGB value is (155,187,239).

#9bbbef hex color red value is 155, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9bbbef hue: 0.60 , saturation: 0.72 and the lightness value of 9bbbef is 0.77.

The process color (four color CMYK) of #9bbbef color hex is 0.35, 0.22, 0.00, 0.06. Web safe color of #9bbbef is #99ccff. Color #9bbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11101111
Octal 233 273 357
Decimal 155 187 239
Hex 9B BB EF

RGB Percentages of Color #9bbbef

%26.68
%32.19
%41.14

CMYK Percentages of Color #9bbbef

%35
%22
%0
%6

Triadic Colors of #9bbbef

#9bbbef #ef9bbb #bbef9b

Analogous Colors of #9bbbef

#9bbbef #a59bef #9be5ef

Monochromatic Colors of #9bbbef

#9bbbef

Complementary Color

#9bbbef #efcf9b

#9bbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbef Color CSS Codes

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

#9bbbef Text Font Color

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

This sample text font color is #9bbbef
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.


#9bbbef Background Color

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

This div background color is #9bbbef


#9bbbef Border Color

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

This div border color is #9bbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbef


Comments

No comments written yet.

Please login to write comment.