Color spaces of #1bbcff
RGB | 27 | 188 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.55 |
HSV | 198° | 89° | 100° |
CMYK | 0.89 | 0.26 | 0.00 0.00 |
XYZ | 36.4852 | 43.4195 | 101.0656 |
Yxy | 43.4195 | 0.2016 | 0.2399 |
Hunter Lab | 65.8935 | -16.4782 | -44.8119 |
CIE-Lab | 71.8388 | -15.2339 | -43.6481 |
#1bbcff color RGB value is (27,188,255).
#1bbcff hex color red value is 27, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1bbcff hue: 0.55 , saturation: 1.00 and the lightness value of 1bbcff is 0.55.
The process color (four color CMYK) of #1bbcff color hex is 0.89, 0.26, 0.00, 0.00. Web safe color of #1bbcff is #33ccff. Color #1bbcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 10111100 | 11111111 |
Octal | 33 | 274 | 377 |
Decimal | 27 | 188 | 255 |
Hex | 1B | BC | FF |
Shades of #1bbcff
Tints of #1bbcff
RGB Percentages of Color #1bbcff
CMYK Percentages of Color #1bbcff
Complementary Color
#1bbcff | #ff5e1b |
#1bbcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bbcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bbcff Color CSS Codes
.mybgcolor {background-color:#1bbcff; } .myforecolor {color:#1bbcff; } .mybordercolor {border:3px solid #1bbcff; }
#1bbcff Text Font Color
<p style="color:#1bbcff">Text here</p>
This sample text font color is #1bbcff
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.
#1bbcff Background Color
<div style="background-color:#1bbcff">
Div content here</div>
This div background color is #1bbcff
#1bbcff Border Color
<div style="border:3px solid #1bbcff">
Div here</div>
This div border color is #1bbcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bbcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bbcff; -webkit-box-shadow: 1px 1px 3px 2px #1bbcff; box-shadow: 1px 1px 3px 2px #1bbcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,188,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 #1bbcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bbcff; -webkit-box-shadow: 1px 1px 3px 2px #1bbcff; box-shadow: 1px 1px 3px 2px #1bbcff;">
Div content here</div>
This div box has shadow with color #1bbcff
Comments
No comments written yet.
Please login to write comment.