Color Hex Logo

#9bcbfb Color Hex

#9BCBFB
(155,203,251)
0 Favorites   0 Comments

Color spaces of #9bcbfb

RGB 155203251
HSL0.580.920.80
HSV210°38°98°
CMYK 0.380.190.00   0.02
XYZ52.286156.645599.4447
Yxy56.64550.25090.2718
Hunter Lab75.2632-7.7049-25.6552
CIE-Lab79.9798-4.0186-28.5632

#9bcbfb color RGB value is (155,203,251).

#9bcbfb hex color red value is 155, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9bcbfb hue: 0.58 , saturation: 0.92 and the lightness value of 9bcbfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001011 11111011
Octal 233 313 373
Decimal 155 203 251
Hex 9B CB FB

RGB Percentages of Color #9bcbfb

%25.45
%33.33
%41.22

CMYK Percentages of Color #9bcbfb

%38
%19
%0
%2

Triadic Colors of #9bcbfb

#9bcbfb #fb9bcb #cbfb9b

Analogous Colors of #9bcbfb

#9bcbfb #9b9bfb #9bfbfb

Monochromatic Colors of #9bcbfb

#9bcbfb

Complementary Color

#9bcbfb #fbcb9b

#9bcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcbfb Color CSS Codes

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

#9bcbfb Text Font Color

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

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


#9bcbfb Background Color

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

This div background color is #9bcbfb


#9bcbfb Border Color

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

This div border color is #9bcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.