COLOR #B5EDFF

HEX: #B5EDFF
RGB: (181,237,255)

Color info

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

RGB color model

#B5EDFF color RGB value is (181,237,255).

  • red value is 181;
  • green value is 237;
  • blue value is 255.
RGB:
(181,237,255)
(71%,93%,100%)

RGB channels and saturation

R 181 of 255 = 71%
G 237 of 255 = 93%
B 255 of 255 = 100%

181
237
255

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

Portions of RGB colors in percentages

R + G + B =
181 + 237 + 255 = 673 (100%)
R 181 of 673 ~ 26.89%
G 237 of 673 ~ 35.22%
B 255 of 673 ~ 37.89%

%26.89
%35.22
%37.89

CMYK color model

#B5EDFF color CMYK value is (29,7,0,0).

  • cyan value is 29.02%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,7,0,0)
C29M7Y0K0 
(29%,7%,0%,0%)
(0.29/0.07/0.00/0.00)	

CMYK percentages

%29.02
%7.06
%0
%0

Codes

Color #B5EDFF in popluar color models

B5EDFF
RGB181237255
HSL195°100.00%85.49%
HSB/HSV195°29.02%100.00%
CMYK29.02%7.06%0.00%
0.00%

Color #B5EDFF in popluar number systems.

HEXB5EDFF
Decimal181237255
Binary101101011110110111111111
Octal265355377

Shades and tints

Shades of #B5EDFF

#B5EDFF
(181,237,255)
#A5D8E8
(165,216,232)
#95C3D1
(149,195,209)
#85AEBA
(133,174,186)
#7599A3
(117,153,163)
#65848C
(101,132,140)
#556F75
(85,111,117)
#455A5E
(69,90,94)
#354547
(53,69,71)
#253030
(37,48,48)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #B5EDFF

#B5EDFF
(181,237,255)
#BBEEFF
(187,238,255)
#C1EFFF
(193,239,255)
#C7F0FF
(199,240,255)
#CDF1FF
(205,241,255)
#D3F2FF
(211,242,255)
#D9F3FF
(217,243,255)
#DFF4FF
(223,244,255)
#E5F5FF
(229,245,255)
#EBF6FF
(235,246,255)
#F1F7FF
(241,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EDFF color. Also use rgb(181,237,255) instead hex code.

Text Font Color

.myTextColor { color: #B5EDFF; }

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

This text font color is #B5EDFF.


Background Color

.myBgColor { background-color: #B5EDFF; }

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

This div background color is #B5EDFF.


Border color

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

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

This div border color is #B5EDFF.


Opacity

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

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

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

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

This text has shadow with #B5EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EDFF on black background.


Color preview on white background

This text has color #B5EDFF on white background.



Black color preview on #B5EDFF background

This text has black color on #B5EDFF background.


White color preview on #B5EDFF background

This text has white color on #B5EDFF background.