Color Hex Logo

#51bfff Color Hex

#51BFFF
(81,191,255)
0 Favorites   0 Comments

Color spaces of #51bfff

RGB 81191255
HSL0.561.000.66
HSV202°68°100°
CMYK 0.680.250.00   0.00
XYZ40.074146.2309101.4191
Yxy46.23090.21350.2463
Hunter Lab67.9933-13.7834-40.8419
CIE-Lab73.6951-11.6912-40.6747

#51bfff color RGB value is (81,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111111 11111111
Octal 121 277 377
Decimal 81 191 255
Hex 51 BF FF

RGB Percentages of Color #51bfff

%15.37
%36.24
%48.39

CMYK Percentages of Color #51bfff

%68
%25
%0
%0

Triadic Colors of #51bfff

#51bfff #ff51bf #bfff51

Analogous Colors of #51bfff

#51bfff #5168ff #51ffe8

Monochromatic Colors of #51bfff

#51bfff

Complementary Color

#51bfff #ff9151

#51bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bfff Color CSS Codes

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

#51bfff Text Font Color

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

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


#51bfff Background Color

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

This div background color is #51bfff


#51bfff Border Color

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

This div border color is #51bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bfff


Comments

No comments written yet.

Please login to write comment.