Color spaces of #169bdf
RGB | 22 | 155 | 223 |
---|---|---|---|
HSL | 0.56 | 0.82 | 0.48 |
HSV | 200° | 90° | 87° |
CMYK | 0.90 | 0.30 | 0.00 0.13 |
XYZ | 25.3715 | 28.9410 | 74.0610 |
Yxy | 28.9410 | 0.1976 | 0.2254 |
Hunter Lab | 53.7968 | -9.9608 | -43.9655 |
CIE-Lab | 60.7295 | -8.7925 | -43.5972 |
#169bdf color RGB value is (22,155,223).
#169bdf hex color red value is 22, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #169bdf hue: 0.56 , saturation: 0.82 and the lightness value of 169bdf is 0.48.
The process color (four color CMYK) of #169bdf color hex is 0.90, 0.30, 0.00, 0.13. Web safe color of #169bdf is #0099cc. Color #169bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 10011011 | 11011111 |
Octal | 26 | 233 | 337 |
Decimal | 22 | 155 | 223 |
Hex | 16 | 9B | DF |
Shades of #169bdf
Tints of #169bdf
RGB Percentages of Color #169bdf
CMYK Percentages of Color #169bdf
Complementary Color
#169bdf | #df5a16 |
#169bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#169bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#169bdf Color CSS Codes
.mybgcolor {background-color:#169bdf; } .myforecolor {color:#169bdf; } .mybordercolor {border:3px solid #169bdf; }
#169bdf Text Font Color
<p style="color:#169bdf">Text here</p>
This sample text font color is #169bdf
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.
#169bdf Background Color
<div style="background-color:#169bdf">
Div content here</div>
This div background color is #169bdf
#169bdf Border Color
<div style="border:3px solid #169bdf">
Div here</div>
This div border color is #169bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,155,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #169bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #169bdf; -webkit-box-shadow: 1px 1px 3px 2px #169bdf; box-shadow: 1px 1px 3px 2px #169bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,155,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #169bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #169bdf; -webkit-box-shadow: 1px 1px 3px 2px #169bdf; box-shadow: 1px 1px 3px 2px #169bdf;">
Div content here</div>
This div box has shadow with color #169bdf
Comments
No comments written yet.
Please login to write comment.