Color spaces of #119afb
RGB | 17 | 154 | 251 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.53 |
HSV | 205° | 93° | 98° |
CMYK | 0.93 | 0.39 | 0.00 0.02 |
XYZ | 29.1994 | 30.1954 | 95.5561 |
Yxy | 30.1954 | 0.1884 | 0.1949 |
Hunter Lab | 54.9503 | -1.3121 | -64.6373 |
CIE-Lab | 61.8225 | 1.9352 | -57.3060 |
#119afb color RGB value is (17,154,251).
#119afb hex color red value is 17, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #119afb hue: 0.57 , saturation: 0.97 and the lightness value of 119afb is 0.53.
The process color (four color CMYK) of #119afb color hex is 0.93, 0.39, 0.00, 0.02. Web safe color of #119afb is #0099ff. Color #119afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10011010 | 11111011 |
Octal | 21 | 232 | 373 |
Decimal | 17 | 154 | 251 |
Hex | 11 | 9A | FB |
Shades of #119afb
Tints of #119afb
RGB Percentages of Color #119afb
CMYK Percentages of Color #119afb
Complementary Color
#119afb | #fb7211 |
#119afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#119afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#119afb Color CSS Codes
.mybgcolor {background-color:#119afb; } .myforecolor {color:#119afb; } .mybordercolor {border:3px solid #119afb; }
#119afb Text Font Color
<p style="color:#119afb">Text here</p>
This sample text font color is #119afb
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.
#119afb Background Color
<div style="background-color:#119afb">
Div content here</div>
This div background color is #119afb
#119afb Border Color
<div style="border:3px solid #119afb">
Div here</div>
This div border color is #119afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,154,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #119afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #119afb; -webkit-box-shadow: 1px 1px 3px 2px #119afb; box-shadow: 1px 1px 3px 2px #119afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,154,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #119afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #119afb; -webkit-box-shadow: 1px 1px 3px 2px #119afb; box-shadow: 1px 1px 3px 2px #119afb;">
Div content here</div>
This div box has shadow with color #119afb
Comments
No comments written yet.
Please login to write comment.