Color Hex Logo

#9bbbfa Color Hex

#9BBBFA
(155,187,250)
0 Favorites   0 Comments

Color spaces of #9bbbfa

RGB 155187250
HSL0.610.900.79
HSV220°38°98°
CMYK 0.380.250.00   0.02
XYZ48.543249.411397.4213
Yxy49.41130.24850.2529
Hunter Lab70.29320.2558-32.9665
CIE-Lab75.70654.3820-34.6059

#9bbbfa color RGB value is (155,187,250).

#9bbbfa hex color red value is 155, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9bbbfa hue: 0.61 , saturation: 0.90 and the lightness value of 9bbbfa is 0.79.

The process color (four color CMYK) of #9bbbfa color hex is 0.38, 0.25, 0.00, 0.02. Web safe color of #9bbbfa is #99ccff. Color #9bbbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11111010
Octal 233 273 372
Decimal 155 187 250
Hex 9B BB FA

RGB Percentages of Color #9bbbfa

%26.18
%31.59
%42.23

CMYK Percentages of Color #9bbbfa

%38
%25
%0
%2

Triadic Colors of #9bbbfa

#9bbbfa #fa9bbb #bbfa9b

Analogous Colors of #9bbbfa

#9bbbfa #ab9bfa #9bebfa

Monochromatic Colors of #9bbbfa

#9bbbfa

Complementary Color

#9bbbfa #fada9b

#9bbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbfa Color CSS Codes

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

#9bbbfa Text Font Color

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

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


#9bbbfa Background Color

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

This div background color is #9bbbfa


#9bbbfa Border Color

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

This div border color is #9bbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbfa


Comments

No comments written yet.

Please login to write comment.