COLOR #B0F9FB

HEX: #B0F9FB
RGB: (176,249,251)

Color info

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

RGB color model

#B0F9FB color RGB value is (176,249,251).

  • red value is 176;
  • green value is 249;
  • blue value is 251.
RGB:
(176,249,251)
(69%,98%,98%)

RGB channels and saturation

R 176 of 255 = 69%
G 249 of 255 = 98%
B 251 of 255 = 98%

176
249
251

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

Portions of RGB colors in percentages

R + G + B =
176 + 249 + 251 = 676 (100%)
R 176 of 676 ~ 26.04%
G 249 of 676 ~ 36.83%
B 251 of 676 ~ 37.13%

%26.04
%36.83
%37.13

CMYK color model

#B0F9FB color CMYK value is (30,1,0,2).

  • cyan value is 29.88%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(30,1,0,2)
C30M1Y0K2 
(30%,1%,0%,2%)
(0.30/0.01/0.00/0.02)	

CMYK percentages

%29.88
%0.8
%0
%1.57

Codes

Color #B0F9FB in popluar color models

B0F9FB
RGB176249251
HSL182°90.36%83.73%
HSB/HSV182°29.88%98.43%
CMYK29.88%0.80%0.00%
1.57%

Color #B0F9FB in popluar number systems.

HEXB0F9FB
Decimal176249251
Binary101100001111100111111011
Octal260371373

Shades and tints

Shades of #B0F9FB

#B0F9FB
(176,249,251)
#A0E3E5
(160,227,229)
#90CDCF
(144,205,207)
#80B7B9
(128,183,185)
#70A1A3
(112,161,163)
#608B8D
(96,139,141)
#507577
(80,117,119)
#405F61
(64,95,97)
#30494B
(48,73,75)
#203335
(32,51,53)
#101D1F
(16,29,31)
#000000
(0,0,0)

Tints of #B0F9FB

#B0F9FB
(176,249,251)
#B7F9FB
(183,249,251)
#BEF9FB
(190,249,251)
#C5F9FB
(197,249,251)
#CCF9FB
(204,249,251)
#D3F9FB
(211,249,251)
#DAF9FB
(218,249,251)
#E1F9FB
(225,249,251)
#E8F9FB
(232,249,251)
#EFF9FB
(239,249,251)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F9FB color. Also use rgb(176,249,251) instead hex code.

Text Font Color

.myTextColor { color: #B0F9FB; }

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

This text font color is #B0F9FB.


Background Color

.myBgColor { background-color: #B0F9FB; }

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

This div background color is #B0F9FB.


Border color

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

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

This div border color is #B0F9FB.


Opacity

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

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

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

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

This text has shadow with #B0F9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F9FB on black background.


Color preview on white background

This text has color #B0F9FB on white background.



Black color preview on #B0F9FB background

This text has black color on #B0F9FB background.


White color preview on #B0F9FB background

This text has white color on #B0F9FB background.