HEX: #95BCDB
RGB: (149,188,219)
#95BCDB contains mainly green and blue colors. Web safe color of #95BCDB is #99CCCC (or #9CC).
#95BCDB color RGB value is (149,188,219).
RGB: (149,188,219)
(58%, 74%, 86%)
R 149 of 255 = 58%
G 188 of 255 = 74%
B 219 of 255 = 86%
R + G + B ~ 73%. #95BCDB is quite light color.
R + G + B = 149 + 188 + 219 = 556 (100%)
R 149 of 556 ~ 26.8%
G 188 of 556 ~ 33.81%
B 219 of 556 ~ 39.39'%
#95BCDB color CMYK value is (32,14,0,14).
CMYK: (32,14,0,14) C32M14Y0K14 (32%,14%,0%,14%) (0.32/0.14/0.00/0.14)
Color #95BCDB in popluar color models
95 | BC | DB | |
---|---|---|---|
RGB | 149 | 188 | 219 |
HSL | 207° | 49.30% | 72.16% |
HSB/HSV | 207° | 31.96% | 85.88% |
CMYK | 31.96% | 14.16% | 0.00% |
14.12% |
Color #95BCDB in popluar number systems.
HEX | 95 | BC | DB |
Decimal | 149 | 188 | 219 |
Binary | 10010101 | 10111100 | 11011011 |
Octal | 225 | 274 | 333 |
Shades of #95BCDB
Tints of #95BCDB
Examples of css and html codes for elements with #95BCDB color. Also use rgb(149,188,219) instead hex code.
.myTextColor { color: #95BCDB; }
<p style="color:#95BCDB">This sample text font color is #95BCDB.</p>
This text font color is #95BCDB.
.myBgColor { background-color: #95BCDB; }
<div style="background-color:#95BCDB">Inner text</div>
This div background color is #95BCDB.
.myBorderColor { border: 1px solid #95BCDB; }
<div style="border:3px solid #95BCDB">Div</div>
This div border color is #95BCDB.
.myOpacity80 { color: #95BCDB; opacity: 0.8; }
<p style="color:#95BCDB;opacity:0.8;">80%</p>
Text with #95BCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95BCDB;}
<p style="text-shadow: 3px 3px 1px #95BCDB">Text here.</p>
This text has shadow with #95BCDB color.
.textShadow {text-shadow: 3px 3px 1px #95BCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95BCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #95BCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95BCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95BCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #95BCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95BCDB;
-webkit-box-shadow: 1px 1px 3px 2px #95BCDB;
box-shadow: 1px 1px 3px 2px #95BCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95BCDB; -webkit-box-shadow: 1px 1px 3px 2px #95BCDB; box-shadow:1px 1px 3px 2px #95BCDB;">
Div content here
</div>
This text has color #95BCDB on black background.
This text has color #95BCDB on white background.
This text has black color on #95BCDB background.
This text has white color on #95BCDB background.
Complementary color for #hex is #6A4324.