Color Hex Logo

#51bbff Color Hex

#51BBFF
(81,187,255)
0 Favorites   0 Comments

Color spaces of #51bbff

RGB 81187255
HSL0.571.000.66
HSV203°68°100°
CMYK 0.680.270.00   0.00
XYZ39.213744.5100101.1322
Yxy44.51000.21210.2408
Hunter Lab66.7158-11.8353-43.1746
CIE-Lab72.5681-9.5360-42.4335

#51bbff color RGB value is (81,187,255).

#51bbff hex color red value is 81, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #51bbff hue: 0.57 , saturation: 1.00 and the lightness value of 51bbff is 0.66.

The process color (four color CMYK) of #51bbff color hex is 0.68, 0.27, 0.00, 0.00. Web safe color of #51bbff is #66ccff. Color #51bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111011 11111111
Octal 121 273 377
Decimal 81 187 255
Hex 51 BB FF

RGB Percentages of Color #51bbff

%15.49
%35.76
%48.76

CMYK Percentages of Color #51bbff

%68
%27
%0
%0

Triadic Colors of #51bbff

#51bbff #ff51bb #bbff51

Analogous Colors of #51bbff

#51bbff #5164ff #51ffec

Monochromatic Colors of #51bbff

#51bbff

Complementary Color

#51bbff #ff9551

#51bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bbff Color CSS Codes

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

#51bbff Text Font Color

<p style="color:#51bbff">Text here</p>

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


#51bbff Background Color

<div style="background-color:#51bbff">
Div content here</div>

This div background color is #51bbff


#51bbff Border Color

<div style="border:3px solid #51bbff">
Div here</div>

This div border color is #51bbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,187,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51bbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #51bbff;
  box-shadow:         1px 1px 3px 2px #51bbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,187,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 #51bbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.