COLOR #B9F2FF

HEX: #B9F2FF
RGB: (185,242,255)

Color info

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

RGB color model

#B9F2FF color RGB value is (185,242,255).

  • red value is 185;
  • green value is 242;
  • blue value is 255.
RGB:
(185,242,255)
(73%,95%,100%)

RGB channels and saturation

R 185 of 255 = 73%
G 242 of 255 = 95%
B 255 of 255 = 100%

185
242
255

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

Portions of RGB colors in percentages

R + G + B =
185 + 242 + 255 = 682 (100%)
R 185 of 682 ~ 27.13%
G 242 of 682 ~ 35.48%
B 255 of 682 ~ 37.39%

%27.13
%35.48
%37.39

CMYK color model

#B9F2FF color CMYK value is (27,5,0,0).

  • cyan value is 27.45%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,5,0,0)
C27M5Y0K0 
(27%,5%,0%,0%)
(0.27/0.05/0.00/0.00)	

CMYK percentages

%27.45
%5.1
%0
%0

Codes

Color #B9F2FF in popluar color models

B9F2FF
RGB185242255
HSL191°100.00%86.27%
HSB/HSV191°27.45%100.00%
CMYK27.45%5.10%0.00%
0.00%

Color #B9F2FF in popluar number systems.

HEXB9F2FF
Decimal185242255
Binary101110011111001011111111
Octal271362377

Shades and tints

Shades of #B9F2FF

#B9F2FF
(185,242,255)
#A9DCE8
(169,220,232)
#99C6D1
(153,198,209)
#89B0BA
(137,176,186)
#799AA3
(121,154,163)
#69848C
(105,132,140)
#596E75
(89,110,117)
#49585E
(73,88,94)
#394247
(57,66,71)
#292C30
(41,44,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9F2FF

#B9F2FF
(185,242,255)
#BFF3FF
(191,243,255)
#C5F4FF
(197,244,255)
#CBF5FF
(203,245,255)
#D1F6FF
(209,246,255)
#D7F7FF
(215,247,255)
#DDF8FF
(221,248,255)
#E3F9FF
(227,249,255)
#E9FAFF
(233,250,255)
#EFFBFF
(239,251,255)
#F5FCFF
(245,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F2FF color. Also use rgb(185,242,255) instead hex code.

Text Font Color

.myTextColor { color: #B9F2FF; }

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

This text font color is #B9F2FF.


Background Color

.myBgColor { background-color: #B9F2FF; }

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

This div background color is #B9F2FF.


Border color

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

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

This div border color is #B9F2FF.


Opacity

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

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

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

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

This text has shadow with #B9F2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F2FF on black background.


Color preview on white background

This text has color #B9F2FF on white background.



Black color preview on #B9F2FF background

This text has black color on #B9F2FF background.


White color preview on #B9F2FF background

This text has white color on #B9F2FF background.