HEX: #51BBD9
RGB: (81,187,217)
#51BBD9 contains mainly green and blue colors. Web safe color of #51BBD9 is #66CCCC (or #6CC).
#51BBD9 color RGB value is (81,187,217).
RGB: (81,187,217)
(32%, 73%, 85%)
R 81 of 255 = 32%
G 187 of 255 = 73%
B 217 of 255 = 85%
R + G + B ~ 63%. #51BBD9 is quite light color.
R + G + B = 81 + 187 + 217 = 485 (100%)
R 81 of 485 ~ 16.7%
G 187 of 485 ~ 38.56%
B 217 of 485 ~ 44.74'%
#51BBD9 color CMYK value is (63,14,0,15).
CMYK: (63,14,0,15)
C63M14Y0K15 (63%, 14%, 0%, 15%)
(0.63 / 0.14 / 0.00 / 0.15)
Color #51BBD9 in popluar color models
51 | BB | D9 | |
---|---|---|---|
RGB | 81 | 187 | 217 |
HSL | 193° | 64.15% | 58.43% |
HSB/HSV | 193° | 62.67% | 85.10% |
CMYK | 62.67% | 13.82% | 0.00% |
14.90% |
Color #51BBD9 in popluar number systems.
HEX | 51 | BB | D9 |
Decimal | 81 | 187 | 217 |
Binary | 1010001 | 10111011 | 11011001 |
Octal | 121 | 273 | 331 |
Shades of #51BBD9
Tints of #51BBD9
Examples of css and html codes for elements with #51BBD9 color. Also use rgb(81,187,217) instead hex code.
.myTextColor { color: #51BBD9; }
<p style="color:#51BBD9">This sample text font color is #51BBD9.</p>
This text font color is #51BBD9.
.myBgColor { background-color: #51BBD9; }
<div style="background-color:#51BBD9">Inner text</div>
This div background color is #51BBD9.
.myBorderColor { border: 1px solid #51BBD9; }
<div style="border:3px solid #51BBD9">Div</div>
This div border color is #51BBD9.
.myOpacity80 { color: #51BBD9; opacity: 0.8; }
<p style="color:#51BBD9;opacity:0.8;">80%</p>
Text with #51BBD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51BBD9;}
<p style="text-shadow: 3px 3px 1px #51BBD9">Text here.</p>
This text has shadow with #51BBD9 color.
.textShadow {text-shadow: 3px 3px 1px #51BBD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51BBD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #51BBD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51BBD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51BBD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #51BBD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51BBD9;
-webkit-box-shadow: 1px 1px 3px 2px #51BBD9;
box-shadow: 1px 1px 3px 2px #51BBD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51BBD9; -webkit-box-shadow: 1px 1px 3px 2px #51BBD9; box-shadow:1px 1px 3px 2px #51BBD9;">
Div content here
</div>
This text has color #51BBD9 on black background.
This text has color #51BBD9 on white background.
This text has black color on #51BBD9 background.
This text has white color on #51BBD9 background.
Complementary color for #hex is #AE4426.