Skip to main content Skip to docs navigation

#cbecf5 hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Frosty Day and its hex is #CCEBF5 Nearest Color Name

Color Hue/Base color: Blue

Hex #cbecf5 Color code in RGB color code model is created after adding 79.61% red color, 92.55% green color and 96.08% blue color. Hex #cbecf5 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 4% magenta, 0% yellow and 3.92% black.

Hex #cbecf5 color code is between #cceeee web safe hex color code and #bbddff web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #cbecf5 color code.

RGB Chart

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

Color Table

Hex Color Code cbecf5 #cbecf5
RGB Decimal 203, 236, 245 203, 236, 245
RGB Percent 80%, 93%, 96% rgb(80%, 93%, 96%)
CSS RGBa 203, 236, 245,1 rgba(203,236,245,1)
CMYK Model cmyk(17%,4%,0%,3.92%)
HSL Color Space 193,68% ,88% hsl(193,68% ,88%)
HSV Color Space 193°, 17%, 96%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11001011 11101100 11110101
Octal 313 354 365
Decimal 203 236 245
Hex cb ec f5

Different shades of #cbecf5 color code.

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

Darkest of #cbecf5
#4bbddc
Darker of #cbecf5
#75cde5
Dark of #cbecf5
#a0dced
Base of #cbecf5
#cbecf5
Light of #cbecf5
#f6fcfd
Lighter
#ffffff
Lightest
#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

#cbecf5
#f5d4cb

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

Split Complementary

#cbecf5
#f5cbd7
#f5e9cb

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

Analogous Color

#cbf5e5
#cbf5ec
#cbecf5
#cbdef5
#cbccf5

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

#cbecf5
#ecf5cb
#f5cbec

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

#cbecf5
#f5cbec
#f5d4cb
#cbf5d4

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

Square Color

#cbecf5
#e9cbf5
#f5d4cb
#d7f5cb

Square 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).

Monochromatic Color with #cbecf5

#27a9cd
#4bbddc
#75cde5
#a0dced
#cbecf5
#f6fcfd
#ffffff
#ffffff
#ffffff

Tints of #cbecf5 Color

#cbecf5
#d0eef6
#d6f0f7
#dcf2f8
#e2f4f9
#e7f6fa
#edf8fb
#f3fafc
#f9fcfd
#ffffff

Shades of #cbecf5 color code

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

#cbecf5
#b4d1d9
#9db7be
#879da3
#708388
#5a686c
#434e51
#2d3436
#161a1b
#000000

Tones

#cbecf5
#d1e8ef
#d7e5e9
#dee1e2
#e0e0e0

Tones

Similar Color like #cbecf5 color

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

#ccedf6
#cdeef7
#ceeff8
#cff0f9
#d0f1fa
#d1f2fb
#d2f3fc
#d3f4fd
#d4f5fe
#d5f6ff
#d6f7ff
#d7f8ff
#d8f9ff
#d9faff
#caebf4
#c9eaf3
#c8e9f2
#c7e8f1
#c6e7f0
#c5e6ef
#c4e5ee
#c3e4ed
#c2e3ec
#c1e2eb
#c0e1ea
#bfe0e9
#bedfe8
#bddee7

Download this Light Blue

Hex #cbecf5 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.

#cbecf5 Color Code Preview on Black Background Color

This is how #cbecf5 Color will look on black background color. Color contrast ratio is 16.86

#cbecf5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbecf5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbecf5

#cbecf5 color code is use for CSS Background Color

Background color for the above div is #cbecf5

HTML with inline CSS

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

#cbecf5 color code is use for CSS Border Color

CSS Border color for the above div is #cbecf5

HTML with inline CSS

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

CSS Border Left color for the above div is #cbecf5

HTML with inline CSS

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

CSS Border Right color for the above div is #cbecf5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cbecf5

HTML with inline CSS

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

CSS Border Top color for the above div is #cbecf5

HTML with inline CSS

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

#cbecf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cbecf5 Color code Preview on White Background

This is how #cbecf5 Color code will look on white background color. Color contrast ratio is 1.25

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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