HEX: #B5E9FB
RGB: (181,233,251)
#B5E9FB contains mainly green and blue colors. Web safe color of #B5E9FB is #CCFFFF (or #CFF).
#B5E9FB color RGB value is (181,233,251).
RGB: (181,233,251)
(71%, 91%, 98%)
R 181 of 255 = 71%
G 233 of 255 = 91%
B 251 of 255 = 98%
R + G + B ~ 87%. #B5E9FB is light color.
R + G + B = 181 + 233 + 251 = 665 (100%)
R 181 of 665 ~ 27.22%
G 233 of 665 ~ 35.04%
B 251 of 665 ~ 37.74'%
#B5E9FB color CMYK value is (28,7,0,2).
CMYK: (28,7,0,2)
C28M7Y0K2 (28%, 7%, 0%, 2%)
(0.28 / 0.07 / 0.00 / 0.02)
Color #B5E9FB in popluar color models
B5 | E9 | FB | |
---|---|---|---|
RGB | 181 | 233 | 251 |
HSL | 195° | 89.74% | 84.71% |
HSB/HSV | 195° | 27.89% | 98.43% |
CMYK | 27.89% | 7.17% | 0.00% |
1.57% |
Color #B5E9FB in popluar number systems.
HEX | B5 | E9 | FB |
Decimal | 181 | 233 | 251 |
Binary | 10110101 | 11101001 | 11111011 |
Octal | 265 | 351 | 373 |
Shades of #B5E9FB
Tints of #B5E9FB
Examples of css and html codes for elements with #B5E9FB color. Also use rgb(181,233,251) instead hex code.
.myTextColor { color: #B5E9FB; }
<p style="color:#B5E9FB">This sample text font color is #B5E9FB.</p>
This text font color is #B5E9FB.
.myBgColor { background-color: #B5E9FB; }
<div style="background-color:#B5E9FB">Inner text</div>
This div background color is #B5E9FB.
.myBorderColor { border: 1px solid #B5E9FB; }
<div style="border:3px solid #B5E9FB">Div</div>
This div border color is #B5E9FB.
.myOpacity80 { color: #B5E9FB; opacity: 0.8; }
<p style="color:#B5E9FB;opacity:0.8;">80%</p>
Text with #B5E9FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E9FB;}
<p style="text-shadow: 3px 3px 1px #B5E9FB">Text here.</p>
This text has shadow with #B5E9FB color.
.textShadow {text-shadow: 3px 3px 1px #B5E9FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E9FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5E9FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E9FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E9FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E9FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E9FB;
-webkit-box-shadow: 1px 1px 3px 2px #B5E9FB;
box-shadow: 1px 1px 3px 2px #B5E9FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E9FB; -webkit-box-shadow: 1px 1px 3px 2px #B5E9FB; box-shadow:1px 1px 3px 2px #B5E9FB;">
Div content here
</div>
This text has color #B5E9FB on black background.
This text has color #B5E9FB on white background.
This text has black color on #B5E9FB background.
This text has white color on #B5E9FB background.
Complementary color for #hex is #4A1604.