Skip to main content Skip to docs navigation

#11fcff hex color | Download Dark 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 Looney Blue and its hex is #11FFFF Nearest Color Name

Color Hue/Base color: Blue

Hex #11fcff Color code in RGB color code model is created after adding 6.67% red color, 98.82% green color and 100% blue color. Hex #11fcff Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 1% magenta, 0% yellow and 0% black.

Hex #11fcff color code is between #00ffee web safe hex color code and #00eedd web safe hex color code. #00ffee is the nearest web safe color code. You can see here many more shades of #11fcff color code.

RGB Chart

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

Color Table

Hex Color Code 11fcff #11fcff
RGB Decimal 17, 252, 255 17, 252, 255
RGB Percent 7%, 99%, 100% rgb(7%, 99%, 100%)
CSS RGBa 17, 252, 255,1 rgba(17,252,255,1)
CMYK Model cmyk(93%,1%,0%,0%)
HSL Color Space 181,100% ,53% hsl(181,100% ,53%)
HSV Color Space 181°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 11111100 11111111
Octal 21 374 377
Decimal 17 252 255
Hex 11 fc ff

Different shades of #11fcff color code.

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

Darkest of #11fcff
#007577
Darker of #11fcff
#00a8aa
Dark of #11fcff
#00dadd
Base of #11fcff
#11fcff
Light of #11fcff
#44fdff
Lighter
#77fdff
Lightest
#aafeff

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

#11fcff
#ff1411

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

Split Complementary

#11fcff
#ff1185
#ff8b11

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

Analogous Color

#11ff77
#11ff9f
#11fcff
#11adff
#1149ff

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

#11fcff
#fcff11
#ff11fc

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

#11fcff
#ff11fc
#ff1411
#11ff14

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

#11fcff
#8b11ff
#ff1411
#85ff11

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 #11fcff

#004344
#007577
#00a8aa
#00dadd
#11fcff
#44fdff
#77fdff
#aafeff
#ddffff

Tints of #11fcff Color

#11fcff
#2bfcff
#45fcff
#60fdff
#7afdff
#95fdff
#affeff
#cafeff
#e4feff
#ffffff

Shades of #11fcff color code

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

#11fcff
#0fe0e2
#0dc4c6
#0ba8aa
#098c8d
#077071
#055455
#033838
#011c1c
#000000

Tones

#11fcff
#29e5e7
#41cecf
#58b6b8
#709fa0

Tones

Similar Color like #11fcff color

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

#12fdff
#13feff
#14ffff
#15ffff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#1bffff
#1cffff
#1dffff
#1effff
#1fffff
#10fbfe
#0ffafd
#0ef9fc
#0df8fb
#0cf7fa
#0bf6f9
#0af5f8
#09f4f7
#08f3f6
#07f2f5
#06f1f4
#05f0f3
#04eff2
#03eef1

Download this Dark Blue

Hex #11fcff 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.

#11fcff Color Code Preview on Black Background Color

This is how #11fcff Color will look on black background color. Color contrast ratio is 16.39

#11fcff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#11fcff color code is use for CSS Background Color

Background color for the above div is #11fcff

HTML with inline CSS

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

#11fcff color code is use for CSS Border Color

CSS Border color for the above div is #11fcff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#11fcff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#11fcff Color code Preview on White Background

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

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

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(17,252,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,20,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,252,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }