Color spaces of #099bbc
RGB | 9 | 155 | 188 |
---|---|---|---|
HSL | 0.53 | 0.91 | 0.39 |
HSV | 191° | 95° | 74° |
CMYK | 0.95 | 0.18 | 0.00 0.26 |
XYZ | 20.9111 | 27.1316 | 51.7117 |
Yxy | 27.1316 | 0.2096 | 0.2720 |
Hunter Lab | 52.0880 | -19.4939 | -22.4001 |
CIE-Lab | 59.0959 | -21.8452 | -26.5655 |
#099bbc color RGB value is (9,155,188).
#099bbc hex color red value is 9, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #099bbc hue: 0.53 , saturation: 0.91 and the lightness value of 099bbc is 0.39.
The process color (four color CMYK) of #099bbc color hex is 0.95, 0.18, 0.00, 0.26. Web safe color of #099bbc is #0099cc. Color #099bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 10011011 | 10111100 |
Octal | 11 | 233 | 274 |
Decimal | 9 | 155 | 188 |
Hex | 9 | 9B | BC |
Shades of #099bbc
Tints of #099bbc
RGB Percentages of Color #099bbc
CMYK Percentages of Color #099bbc
Complementary Color
#099bbc | #bc2a09 |
#099bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#099bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#099bbc Color CSS Codes
.mybgcolor {background-color:#099bbc; } .myforecolor {color:#099bbc; } .mybordercolor {border:3px solid #099bbc; }
#099bbc Text Font Color
<p style="color:#099bbc">Text here</p>
This sample text font color is #099bbc
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.
#099bbc Background Color
<div style="background-color:#099bbc">
Div content here</div>
This div background color is #099bbc
#099bbc Border Color
<div style="border:3px solid #099bbc">
Div here</div>
This div border color is #099bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,155,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #099bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #099bbc; -webkit-box-shadow: 1px 1px 3px 2px #099bbc; box-shadow: 1px 1px 3px 2px #099bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,155,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #099bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #099bbc; -webkit-box-shadow: 1px 1px 3px 2px #099bbc; box-shadow: 1px 1px 3px 2px #099bbc;">
Div content here</div>
This div box has shadow with color #099bbc
Comments
No comments written yet.
Please login to write comment.