COLOR #B9F0FA

HEX: #B9F0FA
RGB: (185,240,250)

Color info

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

RGB color model

#B9F0FA color RGB value is (185,240,250).

  • red value is 185;
  • green value is 240;
  • blue value is 250.
RGB:
(185,240,250)
(73%,94%,98%)

RGB channels and saturation

R 185 of 255 = 73%
G 240 of 255 = 94%
B 250 of 255 = 98%

185
240
250

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

Portions of RGB colors in percentages

R + G + B =
185 + 240 + 250 = 675 (100%)
R 185 of 675 ~ 27.41%
G 240 of 675 ~ 35.56%
B 250 of 675 ~ 37.04%

%27.41
%35.56
%37.04

CMYK color model

#B9F0FA color CMYK value is (26,4,0,2).

  • cyan value is 26.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,4,0,2)
C26M4Y0K2 
(26%,4%,0%,2%)
(0.26/0.04/0.00/0.02)	

CMYK percentages

%26
%4
%0
%1.96

Codes

Color #B9F0FA in popluar color models

B9F0FA
RGB185240250
HSL189°86.67%85.29%
HSB/HSV189°26.00%98.04%
CMYK26.00%4.00%0.00%
1.96%

Color #B9F0FA in popluar number systems.

HEXB9F0FA
Decimal185240250
Binary101110011111000011111010
Octal271360372

Shades and tints

Shades of #B9F0FA

#B9F0FA
(185,240,250)
#A9DBE4
(169,219,228)
#99C6CE
(153,198,206)
#89B1B8
(137,177,184)
#799CA2
(121,156,162)
#69878C
(105,135,140)
#597276
(89,114,118)
#495D60
(73,93,96)
#39484A
(57,72,74)
#293334
(41,51,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #B9F0FA

#B9F0FA
(185,240,250)
#BFF1FA
(191,241,250)
#C5F2FA
(197,242,250)
#CBF3FA
(203,243,250)
#D1F4FA
(209,244,250)
#D7F5FA
(215,245,250)
#DDF6FA
(221,246,250)
#E3F7FA
(227,247,250)
#E9F8FA
(233,248,250)
#EFF9FA
(239,249,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F0FA color. Also use rgb(185,240,250) instead hex code.

Text Font Color

.myTextColor { color: #B9F0FA; }

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

This text font color is #B9F0FA.


Background Color

.myBgColor { background-color: #B9F0FA; }

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

This div background color is #B9F0FA.


Border color

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

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

This div border color is #B9F0FA.


Opacity

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

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

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

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

This text has shadow with #B9F0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F0FA on black background.


Color preview on white background

This text has color #B9F0FA on white background.



Black color preview on #B9F0FA background

This text has black color on #B9F0FA background.


White color preview on #B9F0FA background

This text has white color on #B9F0FA background.