Color spaces of #97bbce
RGB | 151 | 187 | 206 |
---|---|---|---|
HSL | 0.56 | 0.36 | 0.70 |
HSV | 201° | 27° | 81° |
CMYK | 0.27 | 0.09 | 0.00 0.19 |
XYZ | 41.6734 | 46.5762 | 65.1862 |
Yxy | 46.5762 | 0.2716 | 0.3036 |
Hunter Lab | 68.2468 | -10.4347 | -8.8584 |
CIE-Lab | 73.9179 | -7.7287 | -13.5320 |
#97bbce color RGB value is (151,187,206).
#97bbce hex color red value is 151, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #97bbce hue: 0.56 , saturation: 0.36 and the lightness value of 97bbce is 0.70.
The process color (four color CMYK) of #97bbce color hex is 0.27, 0.09, 0.00, 0.19. Web safe color of #97bbce is #99cccc. Color #97bbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10111011 | 11001110 |
Octal | 227 | 273 | 316 |
Decimal | 151 | 187 | 206 |
Hex | 97 | BB | CE |
Shades of #97bbce
Tints of #97bbce
RGB Percentages of Color #97bbce
CMYK Percentages of Color #97bbce
Complementary Color
#97bbce | #ceaa97 |
#97bbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97bbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#97bbce Color CSS Codes
.mybgcolor {background-color:#97bbce; } .myforecolor {color:#97bbce; } .mybordercolor {border:3px solid #97bbce; }
#97bbce Text Font Color
<p style="color:#97bbce">Text here</p>
This sample text font color is #97bbce
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.
#97bbce Background Color
<div style="background-color:#97bbce">
Div content here</div>
This div background color is #97bbce
#97bbce Border Color
<div style="border:3px solid #97bbce">
Div here</div>
This div border color is #97bbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,187,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97bbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97bbce; -webkit-box-shadow: 1px 1px 3px 2px #97bbce; box-shadow: 1px 1px 3px 2px #97bbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,187,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97bbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97bbce; -webkit-box-shadow: 1px 1px 3px 2px #97bbce; box-shadow: 1px 1px 3px 2px #97bbce;">
Div content here</div>
This div box has shadow with color #97bbce
Comments
No comments written yet.
Please login to write comment.