COLOR #B1E9FA

HEX: #B1E9FA RGB: (177,233,250)

Color info

#B1E9FA contains mainly green and blue colors. Web safe color of #B1E9FA is #99FFFF (or #9FF).

RGB color model

#B1E9FA color RGB value is (177,233,250).

RGB: (177,233,250) (69%, 91%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 233 of 255 = 91%
B 250 of 255 = 98%

177
233
250

R + G + B ~ 86%. #B1E9FA is light color.

Portions of RGB colors in percentages

R + G + B = 177 + 233 + 250 = 660 (100%)
R 177 of 660 ~ 26.82%
G 233 of 660 ~ 35.3%
B 250 of 660 ~ 37.88'%

%26.82
%35.3
%37.88

CMYK color model

#B1E9FA color CMYK value is (29,7,0,2).

  • cyan value is 29.20%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (29,7,0,2)
C29M7Y0K2 (29%, 7%, 0%, 2%)
(0.29 / 0.07 / 0.00 / 0.02)

CMYK percentages

%29.2
%6.8
%0
%1.96

Codes

Color #B1E9FA in popluar color models

B1 E9 FA
RGB 177 233 250
HSL 194° 87.95% 83.73%
HSB/HSV 194° 29.20% 98.04%
CMYK 29.20% 6.80% 0.00%
1.96%

Color #B1E9FA in popluar number systems.

HEX B1 E9 FA
Decimal 177 233 250
Binary 10110001 11101001 11111010
Octal 261 351 372

Shades and tints

Shades of #B1E9FA

#B1E9FA
(177,233,250)
#A1D4E4
(161,212,228)
#91BFCE
(145,191,206)
#81AAB8
(129,170,184)
#7195A2
(113,149,162)
#61808C
(97,128,140)
#516B76
(81,107,118)
#415660
(65,86,96)
#31414A
(49,65,74)
#212C34
(33,44,52)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #B1E9FA

#B1E9FA
(177,233,250)
#B8EBFA
(184,235,250)
#BFEDFA
(191,237,250)
#C6EFFA
(198,239,250)
#CDF1FA
(205,241,250)
#D4F3FA
(212,243,250)
#DBF5FA
(219,245,250)
#E2F7FA
(226,247,250)
#E9F9FA
(233,249,250)
#F0FBFA
(240,251,250)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E9FA color. Also use rgb(177,233,250) instead hex code.

Text Font Color

.myTextColor { color: #B1E9FA; }

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

This text font color is #B1E9FA.

Background Color

.myBgColor { background-color: #B1E9FA; }

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

This div background color is #B1E9FA.

Border color

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

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

This div border color is #B1E9FA.

Opacity

.myOpacity80 { color: #B1E9FA; opacity: 0.8; }

<p style="color:#B1E9FA;opacity:0.8;">80%</p>

Text with #B1E9FA 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 #B1E9FA;}

<p style="text-shadow: 3px 3px 1px #B1E9FA">Text here.</p>

This text has shadow with #B1E9FA color.


.textShadow {text-shadow: 3px 3px 1px #B1E9FA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B1E9FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #B1E9FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1E9FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B1E9FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #B1E9FA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B1E9FA;
-webkit-box-shadow: 1px 1px 3px 2px #B1E9FA;
box-shadow: 1px 1px 3px 2px #B1E9FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1E9FA; -webkit-box-shadow: 1px 1px 3px 2px #B1E9FA; box-shadow:1px 1px 3px 2px #B1E9FA;">
Div content here
</div>

This div box has shadow with color #B1E9FA.

Preview

Color preview on black background

This text has color #B1E9FA on black background.


Color preview on white background

This text has color #B1E9FA on white background.


Black color preview on #B1E9FA background

This text has black color on #B1E9FA background.


White color preview on #B1E9FA background

This text has white color on #B1E9FA background.


Related colors

Complementary color

Complementary color for #hex is #4E1605.


I love getcolorcode.com

Triadic colors

1 #FAB1E9 and #E9FAB1 with #B1E9FA are triadic colors.

2 #FAE9B1 and #E9B1FA with #B1E9FA are triadic colors.