COLOR #B5F1FE

HEX: #B5F1FE RGB: (181,241,254)

Color info

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

RGB color model

#B5F1FE color RGB value is (181,241,254).

RGB: (181,241,254) (71%, 95%, 100%)

RGB channels and saturation

R 181 of 255 = 71%
G 241 of 255 = 95%
B 254 of 255 = 100%

181
241
254

R + G + B ~ 89%. #B5F1FE is light color.

Portions of RGB colors in percentages

R + G + B = 181 + 241 + 254 = 676 (100%)
R 181 of 676 ~ 26.78%
G 241 of 676 ~ 35.65%
B 254 of 676 ~ 37.57'%

%26.78
%35.65
%37.57

CMYK color model

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

  • cyan value is 28.74%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (29,5,0,0)
C29M5Y0K0 (29%, 5%, 0%, 0%)
(0.29 / 0.05 / 0.00 / 0.00)

CMYK percentages

%28.74
%5.12
%0
%0.39

Codes

Color #B5F1FE in popluar color models

B5 F1 FE
RGB 181 241 254
HSL 191° 97.33% 85.29%
HSB/HSV 191° 28.74% 99.61%
CMYK 28.74% 5.12% 0.00%
0.39%

Color #B5F1FE in popluar number systems.

HEX B5 F1 FE
Decimal 181 241 254
Binary 10110101 11110001 11111110
Octal 265 361 376

Shades and tints

Shades of #B5F1FE

#B5F1FE
(181,241,254)
#A5DCE7
(165,220,231)
#95C7D0
(149,199,208)
#85B2B9
(133,178,185)
#759DA2
(117,157,162)
#65888B
(101,136,139)
#557374
(85,115,116)
#455E5D
(69,94,93)
#354946
(53,73,70)
#25342F
(37,52,47)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #B5F1FE

#B5F1FE
(181,241,254)
#BBF2FE
(187,242,254)
#C1F3FE
(193,243,254)
#C7F4FE
(199,244,254)
#CDF5FE
(205,245,254)
#D3F6FE
(211,246,254)
#D9F7FE
(217,247,254)
#DFF8FE
(223,248,254)
#E5F9FE
(229,249,254)
#EBFAFE
(235,250,254)
#F1FBFE
(241,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F1FE color. Also use rgb(181,241,254) instead hex code.

Text Font Color

.myTextColor { color: #B5F1FE; }

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

This text font color is #B5F1FE.

Background Color

.myBgColor { background-color: #B5F1FE; }

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

This div background color is #B5F1FE.

Border color

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

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

This div border color is #B5F1FE.

Opacity

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

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

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

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

This text has shadow with #B5F1FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F1FE.

Preview

Color preview on black background

This text has color #B5F1FE on black background.


Color preview on white background

This text has color #B5F1FE on white background.


Black color preview on #B5F1FE background

This text has black color on #B5F1FE background.


White color preview on #B5F1FE background

This text has white color on #B5F1FE background.


Related colors

Complementary color

Complementary color for #hex is #4A0E01.


I love getcolorcode.com

Triadic colors

1 #FEB5F1 and #F1FEB5 with #B5F1FE are triadic colors.

2 #FEF1B5 and #F1B5FE with #B5F1FE are triadic colors.