COLOR #B2F9FC

HEX: #B2F9FC RGB: (178,249,252)

Color info

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

RGB color model

#B2F9FC color RGB value is (178,249,252).

RGB: (178,249,252) (70%, 98%, 99%)

RGB channels and saturation

R 178 of 255 = 70%
G 249 of 255 = 98%
B 252 of 255 = 99%

178
249
252

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

Portions of RGB colors in percentages

R + G + B = 178 + 249 + 252 = 679 (100%)
R 178 of 679 ~ 26.22%
G 249 of 679 ~ 36.67%
B 252 of 679 ~ 37.11'%

%26.22
%36.67
%37.11

CMYK color model

#B2F9FC color CMYK value is (29,1,0,1).

  • cyan value is 29.37%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (29,1,0,1)
C29M1Y0K1 (29%, 1%, 0%, 1%)
(0.29 / 0.01 / 0.00 / 0.01)

CMYK percentages

%29.37
%1.19
%0
%1.18

Codes

Color #B2F9FC in popluar color models

B2 F9 FC
RGB 178 249 252
HSL 182° 92.50% 84.31%
HSB/HSV 182° 29.37% 98.82%
CMYK 29.37% 1.19% 0.00%
1.18%

Color #B2F9FC in popluar number systems.

HEX B2 F9 FC
Decimal 178 249 252
Binary 10110010 11111001 11111100
Octal 262 371 374

Shades and tints

Shades of #B2F9FC

#B2F9FC
(178,249,252)
#A2E3E6
(162,227,230)
#92CDD0
(146,205,208)
#82B7BA
(130,183,186)
#72A1A4
(114,161,164)
#628B8E
(98,139,142)
#527578
(82,117,120)
#425F62
(66,95,98)
#32494C
(50,73,76)
#223336
(34,51,54)
#121D20
(18,29,32)
#000000
(0,0,0)

Tints of #B2F9FC

#B2F9FC
(178,249,252)
#B9F9FC
(185,249,252)
#C0F9FC
(192,249,252)
#C7F9FC
(199,249,252)
#CEF9FC
(206,249,252)
#D5F9FC
(213,249,252)
#DCF9FC
(220,249,252)
#E3F9FC
(227,249,252)
#EAF9FC
(234,249,252)
#F1F9FC
(241,249,252)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F9FC color. Also use rgb(178,249,252) instead hex code.

Text Font Color

.myTextColor { color: #B2F9FC; }

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

This text font color is #B2F9FC.

Background Color

.myBgColor { background-color: #B2F9FC; }

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

This div background color is #B2F9FC.

Border color

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

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

This div border color is #B2F9FC.

Opacity

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

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

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

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

This text has shadow with #B2F9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F9FC.

Preview

Color preview on black background

This text has color #B2F9FC on black background.


Color preview on white background

This text has color #B2F9FC on white background.


Black color preview on #B2F9FC background

This text has black color on #B2F9FC background.


White color preview on #B2F9FC background

This text has white color on #B2F9FC background.


Related colors

Complementary color

Complementary color for #hex is #4D0603.


I love getcolorcode.com

Triadic colors

1 #FCB2F9 and #F9FCB2 with #B2F9FC are triadic colors.

2 #FCF9B2 and #F9B2FC with #B2F9FC are triadic colors.