COLOR #B5E9FB

HEX: #B5E9FB RGB: (181,233,251)

Color info

#B5E9FB contains mainly green and blue colors. Web safe color of #B5E9FB is #CCFFFF (or #CFF).

RGB color model

#B5E9FB color RGB value is (181,233,251).

RGB: (181,233,251) (71%, 91%, 98%)

RGB channels and saturation

R 181 of 255 = 71%
G 233 of 255 = 91%
B 251 of 255 = 98%

181
233
251

R + G + B ~ 87%. #B5E9FB is light color.

Portions of RGB colors in percentages

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'%

%27.22
%35.04
%37.74

CMYK color model

#B5E9FB color CMYK value is (28,7,0,2).

  • cyan value is 27.89%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (28,7,0,2)
C28M7Y0K2 (28%, 7%, 0%, 2%)
(0.28 / 0.07 / 0.00 / 0.02)

CMYK percentages

%27.89
%7.17
%0
%1.57

Codes

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 and tints

Shades of #B5E9FB

#B5E9FB
(181,233,251)
#A5D4E5
(165,212,229)
#95BFCF
(149,191,207)
#85AAB9
(133,170,185)
#7595A3
(117,149,163)
#65808D
(101,128,141)
#556B77
(85,107,119)
#455661
(69,86,97)
#35414B
(53,65,75)
#252C35
(37,44,53)
#15171F
(21,23,31)
#000000
(0,0,0)

Tints of #B5E9FB

#B5E9FB
(181,233,251)
#BBEBFB
(187,235,251)
#C1EDFB
(193,237,251)
#C7EFFB
(199,239,251)
#CDF1FB
(205,241,251)
#D3F3FB
(211,243,251)
#D9F5FB
(217,245,251)
#DFF7FB
(223,247,251)
#E5F9FB
(229,249,251)
#EBFBFB
(235,251,251)
#F1FDFB
(241,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E9FB color. Also use rgb(181,233,251) instead hex code.

Text Font Color

.myTextColor { color: #B5E9FB; }

<p style="color:#B5E9FB">This sample text font color is #B5E9FB.</p>

This text font color is #B5E9FB.

Background Color

.myBgColor { background-color: #B5E9FB; }

<div style="background-color:#B5E9FB">Inner text</div>

This div background color is #B5E9FB.

Border color

.myBorderColor { border: 1px solid #B5E9FB; }

<div style="border:3px solid #B5E9FB">Div</div>

This div border color is #B5E9FB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #B5E9FB.

Preview

Color preview on black background

This text has color #B5E9FB on black background.


Color preview on white background

This text has color #B5E9FB on white background.


Black color preview on #B5E9FB background

This text has black color on #B5E9FB background.


White color preview on #B5E9FB background

This text has white color on #B5E9FB background.


Related colors

Complementary color

Complementary color for #hex is #4A1604.


I love getcolorcode.com

Triadic colors

1 #FBB5E9 and #E9FBB5 with #B5E9FB are triadic colors.

2 #FBE9B5 and #E9B5FB with #B5E9FB are triadic colors.