COLOR #B5F4FD

HEX: #B5F4FD RGB: (181,244,253)

Color info

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

RGB color model

#B5F4FD color RGB value is (181,244,253).

RGB: (181,244,253) (71%, 96%, 99%)

RGB channels and saturation

R 181 of 255 = 71%
G 244 of 255 = 96%
B 253 of 255 = 99%

181
244
253

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

Portions of RGB colors in percentages

R + G + B = 181 + 244 + 253 = 678 (100%)
R 181 of 678 ~ 26.7%
G 244 of 678 ~ 35.99%
B 253 of 678 ~ 37.32'%

%26.7
%35.99
%37.32

CMYK color model

#B5F4FD color CMYK value is (28,4,0,1).

  • cyan value is 28.46%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (28,4,0,1)
C28M4Y0K1 (28%, 4%, 0%, 1%)
(0.28 / 0.04 / 0.00 / 0.01)

CMYK percentages

%28.46
%3.56
%0
%0.78

Codes

Color #B5F4FD in popluar color models

B5 F4 FD
RGB 181 244 253
HSL 188° 94.74% 85.10%
HSB/HSV 188° 28.46% 99.22%
CMYK 28.46% 3.56% 0.00%
0.78%

Color #B5F4FD in popluar number systems.

HEX B5 F4 FD
Decimal 181 244 253
Binary 10110101 11110100 11111101
Octal 265 364 375

Shades and tints

Shades of #B5F4FD

#B5F4FD
(181,244,253)
#A5DEE6
(165,222,230)
#95C8CF
(149,200,207)
#85B2B8
(133,178,184)
#759CA1
(117,156,161)
#65868A
(101,134,138)
#557073
(85,112,115)
#455A5C
(69,90,92)
#354445
(53,68,69)
#252E2E
(37,46,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5F4FD

#B5F4FD
(181,244,253)
#BBF5FD
(187,245,253)
#C1F6FD
(193,246,253)
#C7F7FD
(199,247,253)
#CDF8FD
(205,248,253)
#D3F9FD
(211,249,253)
#D9FAFD
(217,250,253)
#DFFBFD
(223,251,253)
#E5FCFD
(229,252,253)
#EBFDFD
(235,253,253)
#F1FEFD
(241,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F4FD color. Also use rgb(181,244,253) instead hex code.

Text Font Color

.myTextColor { color: #B5F4FD; }

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

This text font color is #B5F4FD.

Background Color

.myBgColor { background-color: #B5F4FD; }

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

This div background color is #B5F4FD.

Border color

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

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

This div border color is #B5F4FD.

Opacity

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

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

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

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

This text has shadow with #B5F4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F4FD.

Preview

Color preview on black background

This text has color #B5F4FD on black background.


Color preview on white background

This text has color #B5F4FD on white background.


Black color preview on #B5F4FD background

This text has black color on #B5F4FD background.


White color preview on #B5F4FD background

This text has white color on #B5F4FD background.


Related colors

Complementary color

Complementary color for #hex is #4A0B02.


I love getcolorcode.com

Triadic colors

1 #FDB5F4 and #F4FDB5 with #B5F4FD are triadic colors.

2 #FDF4B5 and #F4B5FD with #B5F4FD are triadic colors.