crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b9fcef hex color - Blue - Cool color - Information

#b9fcef hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #b9fcef Color code in RGB color code model is created after adding 72.55% red color, 98.82% green color and 93.73% blue color. Hex #b9fcef Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 5% yellow and 1% black.

Hex #b9fcef color code is between #bbffee web safe hex color code and #aaeeff web safe hex color code. #bbffee is the nearest web safe color code. You can see here many more shades of #b9fcef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb9fcef#b9fcef
RGB Decimal185, 252, 239rgb(185, 252, 239)
RGB Percent73%, 99%, 94%rgb(73%, 99%, 94%)
CSS RGBa185, 252, 239,1rgba(185,252,239,1)
CMYK Modelcmyk(27%,0%,5%,1%)
HSL Color Space168,92% ,86%hsl(168,92% ,86%)
HSV Color Space168°, 27%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110011111110011101111
Octal271374357
Decimal185252239
Hexb9fcef

Different shades of #b9fcef color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #b9fcef
#eafefa
Dark Shade of #b9fcef
#88fae4
Saturated Shade of #b9fcef
#b6fff1
Desaturated Shade of #b9fcef
#bdf8ed
Grey scale Shade of #b9fcef
#dadada
Brighten Shade
#d2ffff
Most Readable Shade
#000000

Shades of #b9fcef color code

Generate more color scales with scales (color stack) generator.

#b9fcef
#a4e0d4
#8fc4b9
#7ba89f
#668c84
#52706a
#3d544f
#293835
#141c1a
#000000

Similar Color like #b9fcef color

Find visually similar hex color codes nearing to #b9fcef hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bafdf0
#bbfef1
#bcfff2
#bdfff3
#befff4
#bffff5
#c0fff6
#c1fff7
#c2fff8
#c3fff9
#c4fffa
#c5fffb
#c6fffc
#c7fffd
#b8fbee
#b7faed
#b6f9ec
#b5f8eb
#b4f7ea
#b3f6e9
#b2f5e8
#b1f4e7
#b0f3e6
#aff2e5
#aef1e4
#adf0e3
#acefe2
#abeee1

Monochromatic Color with #b9fcef

#b9fcef
#1d2725
#3c524e
#5b7c76
#7ba79e
#9ad1c7

Tints of #b9fcef Color

#b9fcef
#c0fcf0
#c8fcf2
#d0fdf4
#d8fdf6
#dffdf7
#e7fef9
#effefb
#f7fefd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b9fcef
#fcb9c6

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b9fcef
#fcb9e8
#fccdb9

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b9fcd4
#b9fce2
#b9fcef
#b9fcfc
#b9eefc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b9fcef
#efb9fc
#fcefb9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b9fcef
#cdb9fc
#fcb9c6
#e7fcb9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b9fcef
#fcb9c6
#fccdb9
#b9e8fc

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #b9fcef Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b9fcef Color Code Preview on Black Background Color

This is how #b9fcef Color will look on black background color. Color contrast ratio is 18.23

#b9fcef in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b9fcef">Your Example Paragraph content text in with font color #b9fcef </p>

Your Example Paragraph content text in with font color #b9fcef

HTML with inline CSS

<div style="color:#b9fcef">Your Paragraph text in with font color #b9fcef </div>

Your Example Paragraph content text in with font color #b9fcef

#b9fcef color code is use for CSS Background Color

Background color for the above div is #b9fcef

HTML with inline CSS

<div style="background-color:#b9fcef;"></div>

#b9fcef color code is use for CSS Border Color

CSS Border color for the above div is #b9fcef

HTML with inline CSS

<div style="border:5px solid #b9fcef;"></div>

CSS Border Left color for the above div is #b9fcef

HTML with inline CSS

<div style="border-left:5px solid #b9fcef;"></div>

CSS Border Right color for the above div is #b9fcef

HTML with inline CSS

<div style="border-right:5px solid #b9fcef;"></div>

CSS Border Bottom color for the above div is #b9fcef

HTML with inline CSS

<div style="border-bottom:5px solid #b9fcef;"></div>

CSS Border Top color for the above div is #b9fcef

HTML with inline CSS

<div style="border-top:5px solid #b9fcef;"></div>

#b9fcef hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b9fcef; } .examplecolorclass {color:#b9fcef; } .examplebordercolor {border:3px solid #b9fcef; }

#b9fcef Color code Preview on White Background

This is how #b9fcef Color code will look on white background color. Color contrast ratio is 1.15

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b9fcef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b9fcef; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.