Color spaces of #71bfff
RGB | 113 | 191 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.72 |
HSV | 207° | 56° | 100° |
CMYK | 0.56 | 0.25 | 0.00 0.00 |
XYZ | 43.4909 | 47.9923 | 101.5790 |
Yxy | 47.9923 | 0.2253 | 0.2486 |
Hunter Lab | 69.2765 | -9.1738 | -38.4425 |
CIE-Lab | 74.8201 | -6.1738 | -38.8377 |
#71bfff color RGB value is (113,191,255).
#71bfff hex color red value is 113, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #71bfff hue: 0.58 , saturation: 1.00 and the lightness value of 71bfff is 0.72.
The process color (four color CMYK) of #71bfff color hex is 0.56, 0.25, 0.00, 0.00. Web safe color of #71bfff is #66ccff. Color #71bfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10111111 | 11111111 |
Octal | 161 | 277 | 377 |
Decimal | 113 | 191 | 255 |
Hex | 71 | BF | FF |
Shades of #71bfff
Tints of #71bfff
RGB Percentages of Color #71bfff
CMYK Percentages of Color #71bfff
Complementary Color
#71bfff | #ffb171 |
#71bfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71bfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#71bfff Color CSS Codes
.mybgcolor {background-color:#71bfff; } .myforecolor {color:#71bfff; } .mybordercolor {border:3px solid #71bfff; }
#71bfff Text Font Color
<p style="color:#71bfff">Text here</p>
This sample text font color is #71bfff
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.
#71bfff Background Color
<div style="background-color:#71bfff">
Div content here</div>
This div background color is #71bfff
#71bfff Border Color
<div style="border:3px solid #71bfff">
Div here</div>
This div border color is #71bfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,191,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71bfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71bfff; -webkit-box-shadow: 1px 1px 3px 2px #71bfff; box-shadow: 1px 1px 3px 2px #71bfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,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 #71bfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71bfff; -webkit-box-shadow: 1px 1px 3px 2px #71bfff; box-shadow: 1px 1px 3px 2px #71bfff;">
Div content here</div>
This div box has shadow with color #71bfff
Comments
No comments written yet.
Please login to write comment.