crispedge.com

Color picker

Loading...

#13fcff hex color - Blue - Cool color - Information

#13fcff hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code13fcff#13fcff
RGB Decimal19, 252, 255rgb(19, 252, 255)
RGB Percent7%, 99%, 100%rgb(7%, 99%, 100%)
CSS RGBa19, 252, 255,1rgba(19,252,255,1)
CMYK Modelcmyk(93%,1%,0%,0%)
HSL Color Space181,100% ,54%hsl(181,100% ,54%)
HSV Color Space181°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100111111110011111111
Octal23374377
Decimal19252255
Hex13fcff

Different shades of #13fcff color code.

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

Light Shade of #13fcff
#46fdff
Dark Shade of #13fcff
#00dcdf
Saturated Shade of #13fcff
#13fcff
Desaturated Shade of #13fcff
#1ff0f3
Grey scale Shade of #13fcff
#898989
Brighten Shade
#2cffff
Most Readable Shade
#000000

Shades of #13fcff color code

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

#13fcff
#10e0e2
#0ec4c6
#0ca8aa
#0a8c8d
#087071
#065455
#043838
#021c1c
#000000

Similar Color like #13fcff color

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

#14fdff
#15feff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#1bffff
#1cffff
#1dffff
#1effff
#1fffff
#20ffff
#21ffff
#12fbfe
#11fafd
#10f9fc
#0ff8fb
#0ef7fa
#0df6f9
#0cf5f8
#0bf4f7
#0af3f6
#09f2f5
#08f1f4
#07f0f3
#06eff2
#05eef1

Monochromatic Color with #13fcff

#13fcff
#032a2a
#065455
#0a7e80
#0da8aa
#10d2d4

Tints of #13fcff Color

#13fcff
#2dfcff
#47fcff
#61fdff
#7bfdff
#96fdff
#b0feff
#cafeff
#e4feff
#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

#13fcff
#ff1613

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

Split Complementary

#13fcff
#ff1386
#ff8c13

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

Analogous Color

#13ffa4
#13ffd3
#13fcff
#13cdff
#139eff

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

#13fcff
#ff13fc
#fcff13

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

#13fcff
#8c13ff
#ff1613
#86ff13

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

#13fcff
#ff1613
#ff8c13
#1386ff

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 #13fcff 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.

#13fcff Color Code Preview on Black Background Color

This is how #13fcff Color will look on black background color. Color contrast ratio is 16.40

#13fcff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#13fcff color code is use for CSS Background Color

Background color for the above div is #13fcff

HTML with inline CSS

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

#13fcff color code is use for CSS Border Color

CSS Border color for the above div is #13fcff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#13fcff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13fcff Color code Preview on White Background

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

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(19,252,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,22,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,252,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.