Color spaces of #97bddb
RGB | 151 | 189 | 219 |
---|---|---|---|
HSL | 0.57 | 0.49 | 0.73 |
HSV | 206° | 31° | 86° |
CMYK | 0.31 | 0.14 | 0.00 0.14 |
XYZ | 43.7463 | 48.0890 | 73.9943 |
Yxy | 48.0890 | 0.2638 | 0.2900 |
Hunter Lab | 69.3462 | -8.7512 | -14.7217 |
CIE-Lab | 74.8810 | -5.6838 | -19.1452 |
#97bddb color RGB value is (151,189,219).
#97bddb hex color red value is 151, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #97bddb hue: 0.57 , saturation: 0.49 and the lightness value of 97bddb is 0.73.
The process color (four color CMYK) of #97bddb color hex is 0.31, 0.14, 0.00, 0.14. Web safe color of #97bddb is #99cccc. Color #97bddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10111101 | 11011011 |
Octal | 227 | 275 | 333 |
Decimal | 151 | 189 | 219 |
Hex | 97 | BD | DB |
Shades of #97bddb
Tints of #97bddb
RGB Percentages of Color #97bddb
CMYK Percentages of Color #97bddb
Complementary Color
#97bddb | #dbb597 |
#97bddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97bddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#97bddb Color CSS Codes
.mybgcolor {background-color:#97bddb; } .myforecolor {color:#97bddb; } .mybordercolor {border:3px solid #97bddb; }
#97bddb Text Font Color
<p style="color:#97bddb">Text here</p>
This sample text font color is #97bddb
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.
#97bddb Background Color
<div style="background-color:#97bddb">
Div content here</div>
This div background color is #97bddb
#97bddb Border Color
<div style="border:3px solid #97bddb">
Div here</div>
This div border color is #97bddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97bddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97bddb; -webkit-box-shadow: 1px 1px 3px 2px #97bddb; box-shadow: 1px 1px 3px 2px #97bddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,189,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97bddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97bddb; -webkit-box-shadow: 1px 1px 3px 2px #97bddb; box-shadow: 1px 1px 3px 2px #97bddb;">
Div content here</div>
This div box has shadow with color #97bddb
Comments
No comments written yet.
Please login to write comment.