COLOR #B9F1FA

HEX: #B9F1FA RGB: (185,241,250)

Color info

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

RGB color model

#B9F1FA color RGB value is (185,241,250).

RGB: (185,241,250) (73%, 95%, 98%)

RGB channels and saturation

R 185 of 255 = 73%
G 241 of 255 = 95%
B 250 of 255 = 98%

185
241
250

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

Portions of RGB colors in percentages

R + G + B = 185 + 241 + 250 = 676 (100%)
R 185 of 676 ~ 27.37%
G 241 of 676 ~ 35.65%
B 250 of 676 ~ 36.98'%

%27.37
%35.65
%36.98

CMYK color model

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

  • cyan value is 26.00%
  • magenta value is 3.60%
  • 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
%3.6
%0
%1.96

Codes

Color #B9F1FA in popluar color models

B9 F1 FA
RGB 185 241 250
HSL 188° 86.67% 85.29%
HSB/HSV 188° 26.00% 98.04%
CMYK 26.00% 3.60% 0.00%
1.96%

Color #B9F1FA in popluar number systems.

HEX B9 F1 FA
Decimal 185 241 250
Binary 10111001 11110001 11111010
Octal 271 361 372

Shades and tints

Shades of #B9F1FA

#B9F1FA
(185,241,250)
#A9DCE4
(169,220,228)
#99C7CE
(153,199,206)
#89B2B8
(137,178,184)
#799DA2
(121,157,162)
#69888C
(105,136,140)
#597376
(89,115,118)
#495E60
(73,94,96)
#39494A
(57,73,74)
#293434
(41,52,52)
#191F1E
(25,31,30)
#000000
(0,0,0)

Tints of #B9F1FA

#B9F1FA
(185,241,250)
#BFF2FA
(191,242,250)
#C5F3FA
(197,243,250)
#CBF4FA
(203,244,250)
#D1F5FA
(209,245,250)
#D7F6FA
(215,246,250)
#DDF7FA
(221,247,250)
#E3F8FA
(227,248,250)
#E9F9FA
(233,249,250)
#EFFAFA
(239,250,250)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F1FA; }

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

This text font color is #B9F1FA.

Background Color

.myBgColor { background-color: #B9F1FA; }

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

This div background color is #B9F1FA.

Border color

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

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

This div border color is #B9F1FA.

Opacity

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

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

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

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

This text has shadow with #B9F1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F1FA.

Preview

Color preview on black background

This text has color #B9F1FA on black background.


Color preview on white background

This text has color #B9F1FA on white background.


Black color preview on #B9F1FA background

This text has black color on #B9F1FA background.


White color preview on #B9F1FA background

This text has white color on #B9F1FA background.


Related colors

Complementary color

Complementary color for #hex is #460E05.


I love getcolorcode.com

Triadic colors

1 #FAB9F1 and #F1FAB9 with #B9F1FA are triadic colors.

2 #FAF1B9 and #F1B9FA with #B9F1FA are triadic colors.