Color Hex Logo

#9bbaff Color Hex

#9BBAFF
(155,186,255)
0 Favorites   0 Comments

Color spaces of #9bbaff

RGB 155186255
HSL0.621.000.80
HSV221°39°100°
CMYK 0.390.270.00   0.00
XYZ49.126549.3064101.5356
Yxy49.30640.24570.2466
Hunter Lab70.21852.0003-36.5801
CIE-Lab75.64156.2563-37.3935

#9bbaff color RGB value is (155,186,255).

#9bbaff hex color red value is 155, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bbaff hue: 0.62 , saturation: 1.00 and the lightness value of 9bbaff is 0.80.

The process color (four color CMYK) of #9bbaff color hex is 0.39, 0.27, 0.00, 0.00. Web safe color of #9bbaff is #99ccff. Color #9bbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11111111
Octal 233 272 377
Decimal 155 186 255
Hex 9B BA FF

RGB Percentages of Color #9bbaff

%26.01
%31.21
%42.79

CMYK Percentages of Color #9bbaff

%39
%27
%0
%0

Triadic Colors of #9bbaff

#9bbaff #ff9bba #baff9b

Analogous Colors of #9bbaff

#9bbaff #ae9bff #9becff

Monochromatic Colors of #9bbaff

#9bbaff

Complementary Color

#9bbaff #ffe09b

#9bbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbaff Color CSS Codes

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

#9bbaff Text Font Color

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

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


#9bbaff Background Color

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

This div background color is #9bbaff


#9bbaff Border Color

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

This div border color is #9bbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbaff


Comments

No comments written yet.

Please login to write comment.