COLOR #B9EAFF

HEX: #B9EAFF RGB: (185,234,255)

Color info

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

RGB color model

#B9EAFF color RGB value is (185,234,255).

RGB: (185,234,255) (73%, 92%, 100%)

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 255 of 255 = 100%

185
234
255

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

Portions of RGB colors in percentages

R + G + B = 185 + 234 + 255 = 674 (100%)
R 185 of 674 ~ 27.45%
G 234 of 674 ~ 34.72%
B 255 of 674 ~ 37.83'%

%27.45
%34.72
%37.83

CMYK color model

#B9EAFF color CMYK value is (27,8,0,0).

  • cyan value is 27.45%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (27,8,0,0)
C27M8Y0K0 (27%, 8%, 0%, 0%)
(0.27 / 0.08 / 0.00 / 0.00)

CMYK percentages

%27.45
%8.24
%0
%0

Codes

Color #B9EAFF in popluar color models

B9 EA FF
RGB 185 234 255
HSL 198° 100.00% 86.27%
HSB/HSV 198° 27.45% 100.00%
CMYK 27.45% 8.24% 0.00%
0.00%

Color #B9EAFF in popluar number systems.

HEX B9 EA FF
Decimal 185 234 255
Binary 10111001 11101010 11111111
Octal 271 352 377

Shades and tints

Shades of #B9EAFF

#B9EAFF
(185,234,255)
#A9D5E8
(169,213,232)
#99C0D1
(153,192,209)
#89ABBA
(137,171,186)
#7996A3
(121,150,163)
#69818C
(105,129,140)
#596C75
(89,108,117)
#49575E
(73,87,94)
#394247
(57,66,71)
#292D30
(41,45,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9EAFF

#B9EAFF
(185,234,255)
#BFEBFF
(191,235,255)
#C5ECFF
(197,236,255)
#CBEDFF
(203,237,255)
#D1EEFF
(209,238,255)
#D7EFFF
(215,239,255)
#DDF0FF
(221,240,255)
#E3F1FF
(227,241,255)
#E9F2FF
(233,242,255)
#EFF3FF
(239,243,255)
#F5F4FF
(245,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EAFF color. Also use rgb(185,234,255) instead hex code.

Text Font Color

.myTextColor { color: #B9EAFF; }

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

This text font color is #B9EAFF.

Background Color

.myBgColor { background-color: #B9EAFF; }

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

This div background color is #B9EAFF.

Border color

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

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

This div border color is #B9EAFF.

Opacity

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

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

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

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

This text has shadow with #B9EAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EAFF.

Preview

Color preview on black background

This text has color #B9EAFF on black background.


Color preview on white background

This text has color #B9EAFF on white background.


Black color preview on #B9EAFF background

This text has black color on #B9EAFF background.


White color preview on #B9EAFF background

This text has white color on #B9EAFF background.


Related colors

Complementary color

Complementary color for #hex is #461500.


I love getcolorcode.com

Triadic colors

1 #FFB9EA and #EAFFB9 with #B9EAFF are triadic colors.

2 #FFEAB9 and #EAB9FF with #B9EAFF are triadic colors.