Color Hex Logo

#9fbbef Color Hex

#9FBBEF
(159,187,239)
0 Favorites   0 Comments

Color spaces of #9fbbef

RGB 159187239
HSL0.610.710.78
HSV219°33°94°
CMYK 0.330.220.00   0.06
XYZ47.648449.143688.6357
Yxy49.14360.25700.2650
Hunter Lab70.1025-1.3536-25.8929
CIE-Lab75.54062.6262-28.9152

#9fbbef color RGB value is (159,187,239).

#9fbbef hex color red value is 159, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9fbbef hue: 0.61 , saturation: 0.71 and the lightness value of 9fbbef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111011 11101111
Octal 237 273 357
Decimal 159 187 239
Hex 9F BB EF

RGB Percentages of Color #9fbbef

%27.18
%31.97
%40.85

CMYK Percentages of Color #9fbbef

%33
%22
%0
%6

Triadic Colors of #9fbbef

#9fbbef #ef9fbb #bbef9f

Analogous Colors of #9fbbef

#9fbbef #ab9fef #9fe3ef

Monochromatic Colors of #9fbbef

#9fbbef

Complementary Color

#9fbbef #efd39f

#9fbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbbef Color CSS Codes

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

#9fbbef Text Font Color

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

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


#9fbbef Background Color

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

This div background color is #9fbbef


#9fbbef Border Color

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

This div border color is #9fbbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,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 #9fbbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbbef


Comments

No comments written yet.

Please login to write comment.