crispedge.com

Color picker

Loading...

#cbe5eb hex color - Blue - Cool color - Information

#cbe5eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #cbe5eb Color code in RGB color code model is created after adding 79.61% red color, 89.8% green color and 92.16% blue color. Hex #cbe5eb Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 3% magenta, 0% yellow and 8% black.

Hex #cbe5eb color code is between #ccddee web safe hex color code and #bbeedd web safe hex color code. #ccddee is the nearest web safe color code. You can see here many more shades of #cbe5eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codecbe5eb#cbe5eb
RGB Decimal203, 229, 235rgb(203, 229, 235)
RGB Percent80%, 90%, 92%rgb(80%, 90%, 92%)
CSS RGBa203, 229, 235,1rgba(203,229,235,1)
CMYK Modelcmyk(14%,3%,0%,8%)
HSL Color Space191,44% ,86%hsl(191,44% ,86%)
HSV Color Space191°, 14%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010111110010111101011
Octal313345353
Decimal203229235
Hexcbe5eb

Different shades of #cbe5eb color code.

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

Light Shade of #cbe5eb
#f0f7f9
Dark Shade of #cbe5eb
#a6d3dd
Saturated Shade of #cbe5eb
#c7e7ef
Desaturated Shade of #cbe5eb
#cfe3e7
Grey scale Shade of #cbe5eb
#dbdbdb
Brighten Shade
#e4feff
Most Readable Shade
#000000

Shades of #cbe5eb color code

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

#cbe5eb
#b4cbd0
#9db2b6
#87989c
#707f82
#5a6568
#434c4e
#2d3234
#16191a
#000000

Similar Color like #cbe5eb color

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

#cce6ec
#cde7ed
#cee8ee
#cfe9ef
#d0eaf0
#d1ebf1
#d2ecf2
#d3edf3
#d4eef4
#d5eff5
#d6f0f6
#d7f1f7
#d8f2f8
#d9f3f9
#cae4ea
#c9e3e9
#c8e2e8
#c7e1e7
#c6e0e6
#c5dfe5
#c4dee4
#c3dde3
#c2dce2
#c1dbe1
#c0dae0
#bfd9df
#bed8de
#bdd7dd

Monochromatic Color with #cbe5eb

#cbe5eb
#131616
#383f41
#5d696b
#829296
#a6bcc0

Tints of #cbe5eb Color

#cbe5eb
#d0e7ed
#d6eaef
#dcedf1
#e2f0f3
#e7f3f6
#edf6f8
#f3f9fa
#f9fcfc
#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

#cbe5eb
#ebd1cb

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

Split Complementary

#cbe5eb
#ebcbd5
#ebe1cb

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

Analogous Color

#cbebe4
#cbebeb
#cbe5eb
#cbdfeb
#cbd8eb

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

#cbe5eb
#ebcbe5
#e5ebcb

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

#cbe5eb
#e1cbeb
#ebd1cb
#d5ebcb

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

#cbe5eb
#ebd1cb
#ebe1cb
#cbd5eb

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

#cbe5eb Color Code Preview on Black Background Color

This is how #cbe5eb Color will look on black background color. Color contrast ratio is 15.95

#cbe5eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbe5eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbe5eb

#cbe5eb color code is use for CSS Background Color

Background color for the above div is #cbe5eb

HTML with inline CSS

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

#cbe5eb color code is use for CSS Border Color

CSS Border color for the above div is #cbe5eb

HTML with inline CSS

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

CSS Border Left color for the above div is #cbe5eb

HTML with inline CSS

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

CSS Border Right color for the above div is #cbe5eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cbe5eb

HTML with inline CSS

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

CSS Border Top color for the above div is #cbe5eb

HTML with inline CSS

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

#cbe5eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cbe5eb Color code Preview on White Background

This is how #cbe5eb Color code will look on white background color. Color contrast ratio is 1.32

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(203,229,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,209,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,229,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.