crispedge.com

Color picker

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

#b5fdef hex color - Blue - Cool color - Information

#b5fdef hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #b5fdef Color code in RGB color code model is created after adding 70.98% red color, 99.22% green color and 93.73% blue color. Hex #b5fdef Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 6% yellow and 1% black.

Hex #b5fdef 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 #b5fdef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb5fdef#b5fdef
RGB Decimal181, 253, 239rgb(181, 253, 239)
RGB Percent71%, 99%, 94%rgb(71%, 99%, 94%)
CSS RGBa181, 253, 239,1rgba(181,253,239,1)
CMYK Modelcmyk(28%,0%,6%,1%)
HSL Color Space168,95% ,85%hsl(168,95% ,85%)
HSV Color Space168°, 28%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011111110111101111
Octal265375357
Decimal181253239
Hexb5fdef

Different shades of #b5fdef color code.

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

Light Shade of #b5fdef
#e7fefa
Dark Shade of #b5fdef
#83fce4
Saturated Shade of #b5fdef
#b3fff0
Desaturated Shade of #b5fdef
#b9f9ed
Grey scale Shade of #b5fdef
#d9d9d9
Brighten Shade
#ceffff
Most Readable Shade
#000000

Shades of #b5fdef color code

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

#b5fdef
#a0e0d4
#8cc4b9
#78a89f
#648c84
#50706a
#3c544f
#283835
#141c1a
#000000

Similar Color like #b5fdef color

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

#b6fef0
#b7fff1
#b8fff2
#b9fff3
#bafff4
#bbfff5
#bcfff6
#bdfff7
#befff8
#bffff9
#c0fffa
#c1fffb
#c2fffc
#c3fffd
#b4fcee
#b3fbed
#b2faec
#b1f9eb
#b0f8ea
#aff7e9
#aef6e8
#adf5e7
#acf4e6
#abf3e5
#aaf2e4
#a9f1e3
#a8f0e2
#a7efe1

Monochromatic Color with #b5fdef

#b5fdef
#1d2826
#3b534e
#5a7d77
#78a89f
#97d2c7

Tints of #b5fdef Color

#b5fdef
#bdfdf0
#c5fdf2
#cdfdf4
#d5fdf6
#defef7
#e6fef9
#eefefb
#f6fefd
#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

#b5fdef
#fdb5c3

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

Split Complementary

#b5fdef
#fdb5e7
#fdcbb5

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

Analogous Color

#b5fdd2
#b5fde1
#b5fdef
#b5fdfd
#b5eefd

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

#b5fdef
#efb5fd
#fdefb5

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

#b5fdef
#cbb5fd
#fdb5c3
#e7fdb5

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

#b5fdef
#fdb5c3
#fdcbb5
#b5e7fd

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 #b5fdef 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.

#b5fdef Color Code Preview on Black Background Color

This is how #b5fdef Color will look on black background color. Color contrast ratio is 18.26

#b5fdef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5fdef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5fdef

#b5fdef color code is use for CSS Background Color

Background color for the above div is #b5fdef

HTML with inline CSS

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

#b5fdef color code is use for CSS Border Color

CSS Border color for the above div is #b5fdef

HTML with inline CSS

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

CSS Border Left color for the above div is #b5fdef

HTML with inline CSS

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

CSS Border Right color for the above div is #b5fdef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5fdef

HTML with inline CSS

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

CSS Border Top color for the above div is #b5fdef

HTML with inline CSS

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

#b5fdef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5fdef Color code Preview on White Background

This is how #b5fdef 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 #b5fdef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b5fdef; }

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.