crispedge.com

Color picker

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

#11bcc5 hex color - Blue - Cool color - Information

#11bcc5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #11bcc5 Color code in RGB color code model is created after adding 6.67% red color, 73.73% green color and 77.25% blue color. Hex #11bcc5 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 5% magenta, 0% yellow and 23% black.

Hex #11bcc5 color code is between #00bbcc web safe hex color code and #00ccbb web safe hex color code. #00bbcc is the nearest web safe color code. You can see here many more shades of #11bcc5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code11bcc5#11bcc5
RGB Decimal17, 188, 197rgb(17, 188, 197)
RGB Percent7%, 74%, 77%rgb(7%, 74%, 77%)
CSS RGBa17, 188, 197,1rgba(17,188,197,1)
CMYK Modelcmyk(91%,5%,0%,23%)
HSL Color Space183,84% ,42%hsl(183,84% ,42%)
HSV Color Space183°, 91%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100011011110011000101
Octal21274305
Decimal17188197
Hex11bcc5

Different shades of #11bcc5 color code.

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

Light Shade of #11bcc5
#1de1ec
Dark Shade of #11bcc5
#0d8f96
Saturated Shade of #11bcc5
#06c6d0
Desaturated Shade of #11bcc5
#1cb2ba
Grey scale Shade of #11bcc5
#6b6b6b
Brighten Shade
#2ad5de
Most Readable Shade
#000000

Shades of #11bcc5 color code

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

#11bcc5
#0fa7af
#0d9299
#0b7d83
#09686d
#075357
#053e41
#03292b
#011415
#000000

Similar Color like #11bcc5 color

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

#12bdc6
#13bec7
#14bfc8
#15c0c9
#16c1ca
#17c2cb
#18c3cc
#19c4cd
#1ac5ce
#1bc6cf
#1cc7d0
#1dc8d1
#1ec9d2
#1fcad3
#10bbc4
#0fbac3
#0eb9c2
#0db8c1
#0cb7c0
#0bb6bf
#0ab5be
#09b4bd
#08b3bc
#07b2bb
#06b1ba
#05b0b9
#04afb8
#03aeb7

Monochromatic Color with #11bcc5

#11bcc5
#15e5ef
#021a1b
#064245
#0a6b70
#0d939a

Tints of #11bcc5 Color

#11bcc5
#2bc3cb
#45cad1
#60d2d8
#7ad9de
#95e1e5
#afe8eb
#caf0f2
#e4f7f8
#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

#11bcc5
#c51a11

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

Split Complementary

#11bcc5
#c51162
#c57411

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

Analogous Color

#11c586
#11c5aa
#11bcc5
#1198c5
#1174c5

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

#11bcc5
#c511bc
#bcc511

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

#11bcc5
#7411c5
#c51a11
#62c511

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

#11bcc5
#c51a11
#c57411
#1162c5

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 #11bcc5 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.

#11bcc5 Color Code Preview on Black Background Color

This is how #11bcc5 Color will look on black background color. Color contrast ratio is 9.02

#11bcc5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11bcc5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11bcc5

#11bcc5 color code is use for CSS Background Color

Background color for the above div is #11bcc5

HTML with inline CSS

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

#11bcc5 color code is use for CSS Border Color

CSS Border color for the above div is #11bcc5

HTML with inline CSS

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

CSS Border Left color for the above div is #11bcc5

HTML with inline CSS

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

CSS Border Right color for the above div is #11bcc5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #11bcc5

HTML with inline CSS

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

CSS Border Top color for the above div is #11bcc5

HTML with inline CSS

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

#11bcc5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#11bcc5 Color code Preview on White Background

This is how #11bcc5 Color code will look on white background color. Color contrast ratio is 2.33

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

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.