Color spaces of #91bbda
RGB | 145 | 187 | 218 |
---|---|---|---|
HSL | 0.57 | 0.50 | 0.71 |
HSV | 205° | 33° | 85° |
CMYK | 0.33 | 0.14 | 0.00 0.15 |
XYZ | 42.1023 | 46.6223 | 73.1097 |
Yxy | 46.6223 | 0.2602 | 0.2881 |
Hunter Lab | 68.2805 | -9.4264 | -15.6869 |
CIE-Lab | 73.9475 | -6.5579 | -20.0512 |
#91bbda color RGB value is (145,187,218).
#91bbda hex color red value is 145, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #91bbda hue: 0.57 , saturation: 0.50 and the lightness value of 91bbda is 0.71.
The process color (four color CMYK) of #91bbda color hex is 0.33, 0.14, 0.00, 0.15. Web safe color of #91bbda is #99cccc. Color #91bbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10111011 | 11011010 |
Octal | 221 | 273 | 332 |
Decimal | 145 | 187 | 218 |
Hex | 91 | BB | DA |
Shades of #91bbda
Tints of #91bbda
RGB Percentages of Color #91bbda
CMYK Percentages of Color #91bbda
Complementary Color
#91bbda | #dab091 |
#91bbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91bbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#91bbda Color CSS Codes
.mybgcolor {background-color:#91bbda; } .myforecolor {color:#91bbda; } .mybordercolor {border:3px solid #91bbda; }
#91bbda Text Font Color
<p style="color:#91bbda">Text here</p>
This sample text font color is #91bbda
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.
#91bbda Background Color
<div style="background-color:#91bbda">
Div content here</div>
This div background color is #91bbda
#91bbda Border Color
<div style="border:3px solid #91bbda">
Div here</div>
This div border color is #91bbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,187,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91bbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91bbda; -webkit-box-shadow: 1px 1px 3px 2px #91bbda; box-shadow: 1px 1px 3px 2px #91bbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,187,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91bbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91bbda; -webkit-box-shadow: 1px 1px 3px 2px #91bbda; box-shadow: 1px 1px 3px 2px #91bbda;">
Div content here</div>
This div box has shadow with color #91bbda
Comments
No comments written yet.
Please login to write comment.