COLOR #B1F8FF

HEX: #B1F8FF
RGB: (177,248,255)

Color info

#B1F8FF contains mainly green and blue colors. Web safe color of #B1F8FF is #99FFFF (or #9FF).

RGB color model

#B1F8FF color RGB value is (177,248,255).

  • red value is 177;
  • green value is 248;
  • blue value is 255.
RGB:
(177,248,255)
(69%,97%,100%)

RGB channels and saturation

R 177 of 255 = 69%
G 248 of 255 = 97%
B 255 of 255 = 100%

177
248
255

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

Portions of RGB colors in percentages

R + G + B =
177 + 248 + 255 = 680 (100%)
R 177 of 680 ~ 26.03%
G 248 of 680 ~ 36.47%
B 255 of 680 ~ 37.5%

%26.03
%36.47
%37.5

CMYK color model

#B1F8FF color CMYK value is (31,3,0,0).

  • cyan value is 30.59%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,3,0,0)
C31M3Y0K0 
(31%,3%,0%,0%)
(0.31/0.03/0.00/0.00)	

CMYK percentages

%30.59
%2.75
%0
%0

Codes

Color #B1F8FF in popluar color models

B1F8FF
RGB177248255
HSL185°100.00%84.71%
HSB/HSV185°30.59%100.00%
CMYK30.59%2.75%0.00%
0.00%

Color #B1F8FF in popluar number systems.

HEXB1F8FF
Decimal177248255
Binary101100011111100011111111
Octal261370377

Shades and tints

Shades of #B1F8FF

#B1F8FF
(177,248,255)
#A1E2E8
(161,226,232)
#91CCD1
(145,204,209)
#81B6BA
(129,182,186)
#71A0A3
(113,160,163)
#618A8C
(97,138,140)
#517475
(81,116,117)
#415E5E
(65,94,94)
#314847
(49,72,71)
#213230
(33,50,48)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #B1F8FF

#B1F8FF
(177,248,255)
#B8F8FF
(184,248,255)
#BFF8FF
(191,248,255)
#C6F8FF
(198,248,255)
#CDF8FF
(205,248,255)
#D4F8FF
(212,248,255)
#DBF8FF
(219,248,255)
#E2F8FF
(226,248,255)
#E9F8FF
(233,248,255)
#F0F8FF
(240,248,255)
#F7F8FF
(247,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F8FF color. Also use rgb(177,248,255) instead hex code.

Text Font Color

.myTextColor { color: #B1F8FF; }

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

This text font color is #B1F8FF.


Background Color

.myBgColor { background-color: #B1F8FF; }

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

This div background color is #B1F8FF.


Border color

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

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

This div border color is #B1F8FF.


Opacity

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

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

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

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

This text has shadow with #B1F8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F8FF on black background.


Color preview on white background

This text has color #B1F8FF on white background.



Black color preview on #B1F8FF background

This text has black color on #B1F8FF background.


White color preview on #B1F8FF background

This text has white color on #B1F8FF background.