COLOR #B1EDFA

HEX: #B1EDFA RGB: (177,237,250)

Color info

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

RGB color model

#B1EDFA color RGB value is (177,237,250).

RGB: (177,237,250) (69%, 93%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 237 of 255 = 93%
B 250 of 255 = 98%

177
237
250

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

Portions of RGB colors in percentages

R + G + B = 177 + 237 + 250 = 664 (100%)
R 177 of 664 ~ 26.66%
G 237 of 664 ~ 35.69%
B 250 of 664 ~ 37.65'%

%26.66
%35.69
%37.65

CMYK color model

#B1EDFA color CMYK value is (29,5,0,2).

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

CMYK: (29,5,0,2)
C29M5Y0K2 (29%, 5%, 0%, 2%)
(0.29 / 0.05 / 0.00 / 0.02)

CMYK percentages

%29.2
%5.2
%0
%1.96

Codes

Color #B1EDFA in popluar color models

B1 ED FA
RGB 177 237 250
HSL 191° 87.95% 83.73%
HSB/HSV 191° 29.20% 98.04%
CMYK 29.20% 5.20% 0.00%
1.96%

Color #B1EDFA in popluar number systems.

HEX B1 ED FA
Decimal 177 237 250
Binary 10110001 11101101 11111010
Octal 261 355 372

Shades and tints

Shades of #B1EDFA

#B1EDFA
(177,237,250)
#A1D8E4
(161,216,228)
#91C3CE
(145,195,206)
#81AEB8
(129,174,184)
#7199A2
(113,153,162)
#61848C
(97,132,140)
#516F76
(81,111,118)
#415A60
(65,90,96)
#31454A
(49,69,74)
#213034
(33,48,52)
#111B1E
(17,27,30)
#000000
(0,0,0)

Tints of #B1EDFA

#B1EDFA
(177,237,250)
#B8EEFA
(184,238,250)
#BFEFFA
(191,239,250)
#C6F0FA
(198,240,250)
#CDF1FA
(205,241,250)
#D4F2FA
(212,242,250)
#DBF3FA
(219,243,250)
#E2F4FA
(226,244,250)
#E9F5FA
(233,245,250)
#F0F6FA
(240,246,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EDFA; }

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

This text font color is #B1EDFA.

Background Color

.myBgColor { background-color: #B1EDFA; }

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

This div background color is #B1EDFA.

Border color

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

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

This div border color is #B1EDFA.

Opacity

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

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

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

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

This text has shadow with #B1EDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1EDFA.

Preview

Color preview on black background

This text has color #B1EDFA on black background.


Color preview on white background

This text has color #B1EDFA on white background.


Black color preview on #B1EDFA background

This text has black color on #B1EDFA background.


White color preview on #B1EDFA background

This text has white color on #B1EDFA background.


Related colors

Complementary color

Complementary color for #hex is #4E1205.


I love getcolorcode.com

Triadic colors

1 #FAB1ED and #EDFAB1 with #B1EDFA are triadic colors.

2 #FAEDB1 and #EDB1FA with #B1EDFA are triadic colors.