Color Hex Logo

#5bb1ff Color Hex

#5BB1FF
(91,177,255)
0 Favorites   0 Comments

Color spaces of #5bb1ff

RGB 91177255
HSL0.581.000.68
HSV209°64°100°
CMYK 0.640.310.00   0.00
XYZ38.086540.8884100.4926
Yxy40.88840.21220.2278
Hunter Lab63.9440-5.5835-48.4176
CIE-Lab70.0977-2.4889-46.2806

#5bb1ff color RGB value is (91,177,255).

#5bb1ff hex color red value is 91, green value is 177 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5bb1ff hue: 0.58 , saturation: 1.00 and the lightness value of 5bb1ff is 0.68.

The process color (four color CMYK) of #5bb1ff color hex is 0.64, 0.31, 0.00, 0.00. Web safe color of #5bb1ff is #6699ff. Color #5bb1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110001 11111111
Octal 133 261 377
Decimal 91 177 255
Hex 5B B1 FF

RGB Percentages of Color #5bb1ff

%17.40
%33.84
%48.76

CMYK Percentages of Color #5bb1ff

%64
%31
%0
%0

Triadic Colors of #5bb1ff

#5bb1ff #ff5bb1 #b1ff5b

Analogous Colors of #5bb1ff

#5bb1ff #5b5fff #5bfffb

Monochromatic Colors of #5bb1ff

#5bb1ff

Complementary Color

#5bb1ff #ffa95b

#5bb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb1ff Color CSS Codes

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

#5bb1ff Text Font Color

<p style="color:#5bb1ff">Text here</p>

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


#5bb1ff Background Color

<div style="background-color:#5bb1ff">
Div content here</div>

This div background color is #5bb1ff


#5bb1ff Border Color

<div style="border:3px solid #5bb1ff">
Div here</div>

This div border color is #5bb1ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,177,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bb1ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bb1ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5bb1ff;
  box-shadow:         1px 1px 3px 2px #5bb1ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,177,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 #5bb1ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb1ff

Related Colors

#5bb1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.