@
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.

#12dcff hex color - Blue - Cool color - Information

#12dcff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #12dcff Color code in RGB color code model is created after adding 7.06% red color, 86.27% green color and 100% blue color. Hex #12dcff Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 14% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code12dcff#12dcff
RGB Decimal18, 220, 255rgb(18, 220, 255)
RGB Percent7%, 86%, 100%rgb(7%, 86%, 100%)
CSS RGBa18, 220, 255,1rgba(18,220,255,1)
CMYK Modelcmyk(93%,14%,0%,0%)
HSL Color Space189,100% ,54%hsl(189,100% ,54%)
HSV Color Space189°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101101110011111111
Octal22334377
Decimal18220255
Hex12dcff

Different shades of #12dcff color code.

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

Light Shade of #12dcff
#45e4ff
Dark Shade of #12dcff
#00bdde
Saturated Shade of #12dcff
#12dcff
Desaturated Shade of #12dcff
#1ed4f3
Grey scale Shade of #12dcff
#888888
Brighten Shade
#2bf5ff
Most Readable Shade
#000000

Shades of #12dcff color code

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

#12dcff
#10c3e2
#0eabc6
#0c92aa
#0a7a8d
#086171
#064955
#043038
#02181c
#000000

Similar Color like #12dcff color

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

#13ddff
#14deff
#15dfff
#16e0ff
#17e1ff
#18e2ff
#19e3ff
#1ae4ff
#1be5ff
#1ce6ff
#1de7ff
#1ee8ff
#1fe9ff
#20eaff
#11dbfe
#10dafd
#0fd9fc
#0ed8fb
#0dd7fa
#0cd6f9
#0bd5f8
#0ad4f7
#09d3f6
#08d2f5
#07d1f4
#06d0f3
#05cff2
#04cef1

Monochromatic Color with #12dcff

#12dcff
#03252a
#064955
#096e80
#0c93aa
#0fb7d4

Tints of #12dcff Color

#12dcff
#2cdfff
#46e3ff
#61e7ff
#7bebff
#95efff
#b0f3ff
#caf7ff
#e4fbff
#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

#12dcff
#ff3512

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

Split Complementary

#12dcff
#ff1265
#ffac12

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

Analogous Color

#12ffc3
#12fff3
#12dcff
#12adff
#127dff

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

#12dcff
#ff12dc
#dcff12

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

#12dcff
#ab12ff
#ff3512
#65ff12

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

#12dcff
#ff3512
#ffac12
#1265ff

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 #12dcff 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.

#12dcff Color Code Preview on Black Background Color

This is how #12dcff Color will look on black background color. Color contrast ratio is 12.71

#12dcff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12dcff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12dcff

#12dcff color code is use for CSS Background Color

Background color for the above div is #12dcff

HTML with inline CSS

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

#12dcff color code is use for CSS Border Color

CSS Border color for the above div is #12dcff

HTML with inline CSS

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

CSS Border Left color for the above div is #12dcff

HTML with inline CSS

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

CSS Border Right color for the above div is #12dcff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12dcff

HTML with inline CSS

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

CSS Border Top color for the above div is #12dcff

HTML with inline CSS

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

#12dcff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12dcff Color code Preview on White Background

This is how #12dcff Color code will look on white background color. Color contrast ratio is 1.65

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

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(18,220,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,53,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,220,255,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.