COLOR #B5F5FA

HEX: #B5F5FA
RGB: (181,245,250)

Color info

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

RGB color model

#B5F5FA color RGB value is (181,245,250).

  • red value is 181;
  • green value is 245;
  • blue value is 250.
RGB:
(181,245,250)
(71%,96%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 250 of 255 = 98%

181
245
250

R + G + B ~ 88%. #B5F5FA is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 250 = 676 (100%)
R 181 of 676 ~ 26.78%
G 245 of 676 ~ 36.24%
B 250 of 676 ~ 36.98%

%26.78
%36.24
%36.98

CMYK color model

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

  • cyan value is 27.60%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,2,0,2)
C28M2Y0K2 
(28%,2%,0%,2%)
(0.28/0.02/0.00/0.02)	

CMYK percentages

%27.6
%2
%0
%1.96

Codes

Color #B5F5FA in popluar color models

B5F5FA
RGB181245250
HSL184°87.34%84.51%
HSB/HSV184°27.60%98.04%
CMYK27.60%2.00%0.00%
1.96%

Color #B5F5FA in popluar number systems.

HEXB5F5FA
Decimal181245250
Binary101101011111010111111010
Octal265365372

Shades and tints

Shades of #B5F5FA

#B5F5FA
(181,245,250)
#A5DFE4
(165,223,228)
#95C9CE
(149,201,206)
#85B3B8
(133,179,184)
#759DA2
(117,157,162)
#65878C
(101,135,140)
#557176
(85,113,118)
#455B60
(69,91,96)
#35454A
(53,69,74)
#252F34
(37,47,52)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #B5F5FA

#B5F5FA
(181,245,250)
#BBF5FA
(187,245,250)
#C1F5FA
(193,245,250)
#C7F5FA
(199,245,250)
#CDF5FA
(205,245,250)
#D3F5FA
(211,245,250)
#D9F5FA
(217,245,250)
#DFF5FA
(223,245,250)
#E5F5FA
(229,245,250)
#EBF5FA
(235,245,250)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F5FA color. Also use rgb(181,245,250) instead hex code.

Text Font Color

.myTextColor { color: #B5F5FA; }

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

This text font color is #B5F5FA.


Background Color

.myBgColor { background-color: #B5F5FA; }

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

This div background color is #B5F5FA.


Border color

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

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

This div border color is #B5F5FA.


Opacity

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

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

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

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

This text has shadow with #B5F5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F5FA on black background.


Color preview on white background

This text has color #B5F5FA on white background.



Black color preview on #B5F5FA background

This text has black color on #B5F5FA background.


White color preview on #B5F5FA background

This text has white color on #B5F5FA background.