crispedge.com

Color picker

Loading...

#1cbbec hex color - Blue - Cool color - Information

#1cbbec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1cbbec Color code in RGB color code model is created after adding 10.98% red color, 73.33% green color and 92.55% blue color. Hex #1cbbec Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 21% magenta, 0% yellow and 7% black.

Hex #1cbbec color code is between #22aaee web safe hex color code and #11ccdd web safe hex color code. #22aaee is the nearest web safe color code. You can see here many more shades of #1cbbec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1cbbec#1cbbec
RGB Decimal28, 187, 236rgb(28, 187, 236)
RGB Percent11%, 73%, 93%rgb(11%, 73%, 93%)
CSS RGBa28, 187, 236,1rgba(28,187,236,1)
CMYK Modelcmyk(88%,21%,0%,7%)
HSL Color Space194,85% ,52%hsl(194,85% ,52%)
HSV Color Space194°, 88%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111001011101111101100
Octal34273354
Decimal28187236
Hex1cbbec

Different shades of #1cbbec color code.

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

Light Shade of #1cbbec
#4bc9f0
Dark Shade of #1cbbec
#109ac5
Saturated Shade of #1cbbec
#10c1f8
Desaturated Shade of #1cbbec
#28b4e0
Grey scale Shade of #1cbbec
#848484
Brighten Shade
#35d4ff
Most Readable Shade
#000000

Shades of #1cbbec color code

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

#1cbbec
#18a6d1
#1591b7
#127c9d
#0f6783
#0c5368
#093e4e
#062934
#03141a
#000000

Similar Color like #1cbbec color

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

#1dbced
#1ebdee
#1fbeef
#20bff0
#21c0f1
#22c1f2
#23c2f3
#24c3f4
#25c4f5
#26c5f6
#27c6f7
#28c7f8
#29c8f9
#2ac9fa
#1bbaeb
#1ab9ea
#19b8e9
#18b7e8
#17b6e7
#16b5e6
#15b4e5
#14b3e4
#13b2e3
#12b1e2
#11b0e1
#10afe0
#0faedf
#0eadde

Monochromatic Color with #1cbbec

#1cbbec
#031317
#083442
#0d566c
#127897
#1799c1

Tints of #1cbbec Color

#1cbbec
#35c2ee
#4ecaf0
#67d1f2
#80d9f4
#9ae0f6
#b3e8f8
#cceffa
#e5f7fc
#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

#1cbbec
#ec4d1c

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

Split Complementary

#1cbbec
#ec1c53
#ecb51c

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

Analogous Color

#1cecca
#1ce5ec
#1cbbec
#1c91ec
#1c68ec

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

#1cbbec
#ec1cbb
#bbec1c

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

#1cbbec
#b51cec
#ec4d1c
#53ec1c

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

#1cbbec
#ec4d1c
#ecb51c
#1c53ec

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 #1cbbec 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.

#1cbbec Color Code Preview on Black Background Color

This is how #1cbbec Color will look on black background color. Color contrast ratio is 9.37

#1cbbec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1cbbec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1cbbec

#1cbbec color code is use for CSS Background Color

Background color for the above div is #1cbbec

HTML with inline CSS

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

#1cbbec color code is use for CSS Border Color

CSS Border color for the above div is #1cbbec

HTML with inline CSS

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

CSS Border Left color for the above div is #1cbbec

HTML with inline CSS

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

CSS Border Right color for the above div is #1cbbec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1cbbec

HTML with inline CSS

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

CSS Border Top color for the above div is #1cbbec

HTML with inline CSS

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

#1cbbec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1cbbec Color code Preview on White Background

This is how #1cbbec Color code will look on white background color. Color contrast ratio is 2.24

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

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(28,187,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,77,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(28,187,236,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.