COLOR #B0FCFF

HEX: #B0FCFF
RGB: (176,252,255)

Color info

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

RGB color model

#B0FCFF color RGB value is (176,252,255).

  • red value is 176;
  • green value is 252;
  • blue value is 255.
RGB:
(176,252,255)
(69%,99%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 252 of 255 = 99%
B 255 of 255 = 100%

176
252
255

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

Portions of RGB colors in percentages

R + G + B =
176 + 252 + 255 = 683 (100%)
R 176 of 683 ~ 25.77%
G 252 of 683 ~ 36.9%
B 255 of 683 ~ 37.34%

%25.77
%36.9
%37.34

CMYK color model

#B0FCFF color CMYK value is (31,1,0,0).

  • cyan value is 30.98%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,1,0,0)
C31M1Y0K0 
(31%,1%,0%,0%)
(0.31/0.01/0.00/0.00)	

CMYK percentages

%30.98
%1.18
%0
%0

Codes

Color #B0FCFF in popluar color models

B0FCFF
RGB176252255
HSL182°100.00%84.51%
HSB/HSV182°30.98%100.00%
CMYK30.98%1.18%0.00%
0.00%

Color #B0FCFF in popluar number systems.

HEXB0FCFF
Decimal176252255
Binary101100001111110011111111
Octal260374377

Shades and tints

Shades of #B0FCFF

#B0FCFF
(176,252,255)
#A0E6E8
(160,230,232)
#90D0D1
(144,208,209)
#80BABA
(128,186,186)
#70A4A3
(112,164,163)
#608E8C
(96,142,140)
#507875
(80,120,117)
#40625E
(64,98,94)
#304C47
(48,76,71)
#203630
(32,54,48)
#102019
(16,32,25)
#000000
(0,0,0)

Tints of #B0FCFF

#B0FCFF
(176,252,255)
#B7FCFF
(183,252,255)
#BEFCFF
(190,252,255)
#C5FCFF
(197,252,255)
#CCFCFF
(204,252,255)
#D3FCFF
(211,252,255)
#DAFCFF
(218,252,255)
#E1FCFF
(225,252,255)
#E8FCFF
(232,252,255)
#EFFCFF
(239,252,255)
#F6FCFF
(246,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FCFF color. Also use rgb(176,252,255) instead hex code.

Text Font Color

.myTextColor { color: #B0FCFF; }

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

This text font color is #B0FCFF.


Background Color

.myBgColor { background-color: #B0FCFF; }

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

This div background color is #B0FCFF.


Border color

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

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

This div border color is #B0FCFF.


Opacity

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

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

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

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

This text has shadow with #B0FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FCFF on black background.


Color preview on white background

This text has color #B0FCFF on white background.



Black color preview on #B0FCFF background

This text has black color on #B0FCFF background.


White color preview on #B0FCFF background

This text has white color on #B0FCFF background.