Color spaces of #97bfcb
RGB | 151 | 191 | 203 |
---|---|---|---|
HSL | 0.54 | 0.33 | 0.69 |
HSV | 194° | 26° | 80° |
CMYK | 0.26 | 0.06 | 0.00 0.20 |
XYZ | 42.1728 | 48.1527 | 63.5716 |
Yxy | 48.1527 | 0.2740 | 0.3129 |
Hunter Lab | 69.3921 | -12.9536 | -5.7423 |
CIE-Lab | 74.9211 | -10.5419 | -10.3989 |
#97bfcb color RGB value is (151,191,203).
#97bfcb hex color red value is 151, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #97bfcb hue: 0.54 , saturation: 0.33 and the lightness value of 97bfcb is 0.69.
The process color (four color CMYK) of #97bfcb color hex is 0.26, 0.06, 0.00, 0.20. Web safe color of #97bfcb is #99cccc. Color #97bfcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10111111 | 11001011 |
Octal | 227 | 277 | 313 |
Decimal | 151 | 191 | 203 |
Hex | 97 | BF | CB |
Shades of #97bfcb
Tints of #97bfcb
RGB Percentages of Color #97bfcb
CMYK Percentages of Color #97bfcb
Complementary Color
#97bfcb | #cba397 |
#97bfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97bfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#97bfcb Color CSS Codes
.mybgcolor {background-color:#97bfcb; } .myforecolor {color:#97bfcb; } .mybordercolor {border:3px solid #97bfcb; }
#97bfcb Text Font Color
<p style="color:#97bfcb">Text here</p>
This sample text font color is #97bfcb
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.
#97bfcb Background Color
<div style="background-color:#97bfcb">
Div content here</div>
This div background color is #97bfcb
#97bfcb Border Color
<div style="border:3px solid #97bfcb">
Div here</div>
This div border color is #97bfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,191,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97bfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97bfcb; -webkit-box-shadow: 1px 1px 3px 2px #97bfcb; box-shadow: 1px 1px 3px 2px #97bfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,191,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97bfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97bfcb; -webkit-box-shadow: 1px 1px 3px 2px #97bfcb; box-shadow: 1px 1px 3px 2px #97bfcb;">
Div content here</div>
This div box has shadow with color #97bfcb
Comments
No comments written yet.
Please login to write comment.