Color spaces of #089bbb
RGB | 8 | 155 | 187 |
---|---|---|---|
HSL | 0.53 | 0.92 | 0.38 |
HSV | 191° | 96° | 73° |
CMYK | 0.96 | 0.17 | 0.00 0.27 |
XYZ | 20.7911 | 27.0822 | 51.1453 |
Yxy | 27.0822 | 0.2100 | 0.2735 |
Hunter Lab | 52.0406 | -19.7572 | -21.8416 |
CIE-Lab | 59.0503 | -22.2271 | -26.0724 |
#089bbb color RGB value is (8,155,187).
#089bbb hex color red value is 8, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #089bbb hue: 0.53 , saturation: 0.92 and the lightness value of 089bbb is 0.38.
The process color (four color CMYK) of #089bbb color hex is 0.96, 0.17, 0.00, 0.27. Web safe color of #089bbb is #0099cc. Color #089bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10011011 | 10111011 |
Octal | 10 | 233 | 273 |
Decimal | 8 | 155 | 187 |
Hex | 8 | 9B | BB |
Shades of #089bbb
Tints of #089bbb
RGB Percentages of Color #089bbb
CMYK Percentages of Color #089bbb
Complementary Color
#089bbb | #bb2808 |
#089bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#089bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#089bbb Color CSS Codes
.mybgcolor {background-color:#089bbb; } .myforecolor {color:#089bbb; } .mybordercolor {border:3px solid #089bbb; }
#089bbb Text Font Color
<p style="color:#089bbb">Text here</p>
This sample text font color is #089bbb
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.
#089bbb Background Color
<div style="background-color:#089bbb">
Div content here</div>
This div background color is #089bbb
#089bbb Border Color
<div style="border:3px solid #089bbb">
Div here</div>
This div border color is #089bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,155,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #089bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #089bbb; -webkit-box-shadow: 1px 1px 3px 2px #089bbb; box-shadow: 1px 1px 3px 2px #089bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,155,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #089bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #089bbb; -webkit-box-shadow: 1px 1px 3px 2px #089bbb; box-shadow: 1px 1px 3px 2px #089bbb;">
Div content here</div>
This div box has shadow with color #089bbb
Comments
No comments written yet.
Please login to write comment.