Color spaces of #83bfff
RGB | 131 | 191 | 255 |
---|---|---|---|
HSL | 0.59 | 1.00 | 0.76 |
HSV | 211° | 49° | 100° |
CMYK | 0.49 | 0.25 | 0.00 0.00 |
XYZ | 46.0409 | 49.3069 | 101.6983 |
Yxy | 49.3069 | 0.2337 | 0.2502 |
Hunter Lab | 70.2189 | -5.8447 | -36.7168 |
CIE-Lab | 75.6419 | -2.3283 | -37.4973 |
#83bfff color RGB value is (131,191,255).
#83bfff hex color red value is 131, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #83bfff hue: 0.59 , saturation: 1.00 and the lightness value of 83bfff is 0.76.
The process color (four color CMYK) of #83bfff color hex is 0.49, 0.25, 0.00, 0.00. Web safe color of #83bfff is #99ccff. Color #83bfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10111111 | 11111111 |
Octal | 203 | 277 | 377 |
Decimal | 131 | 191 | 255 |
Hex | 83 | BF | FF |
Shades of #83bfff
Tints of #83bfff
RGB Percentages of Color #83bfff
CMYK Percentages of Color #83bfff
Complementary Color
#83bfff | #ffc383 |
#83bfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83bfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#83bfff Color CSS Codes
.mybgcolor {background-color:#83bfff; } .myforecolor {color:#83bfff; } .mybordercolor {border:3px solid #83bfff; }
#83bfff Text Font Color
<p style="color:#83bfff">Text here</p>
This sample text font color is #83bfff
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.
#83bfff Background Color
<div style="background-color:#83bfff">
Div content here</div>
This div background color is #83bfff
#83bfff Border Color
<div style="border:3px solid #83bfff">
Div here</div>
This div border color is #83bfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,191,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83bfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83bfff; -webkit-box-shadow: 1px 1px 3px 2px #83bfff; box-shadow: 1px 1px 3px 2px #83bfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,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 #83bfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83bfff; -webkit-box-shadow: 1px 1px 3px 2px #83bfff; box-shadow: 1px 1px 3px 2px #83bfff;">
Div content here</div>
This div box has shadow with color #83bfff
Comments
No comments written yet.
Please login to write comment.