crispedge.com

Color picker

Loading...

#19afd9 hex color - Blue - Cool color - Information

#19afd9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #19afd9 Color code in RGB color code model is created after adding 9.8% red color, 68.63% green color and 85.1% blue color. Hex #19afd9 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 19% magenta, 0% yellow and 15% black.

Hex #19afd9 color code is between #11aadd web safe hex color code and #22bbcc web safe hex color code. #11aadd is the nearest web safe color code. You can see here many more shades of #19afd9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code19afd9#19afd9
RGB Decimal25, 175, 217rgb(25, 175, 217)
RGB Percent10%, 69%, 85%rgb(10%, 69%, 85%)
CSS RGBa25, 175, 217,1rgba(25,175,217,1)
CMYK Modelcmyk(88%,19%,0%,15%)
HSL Color Space193,79% ,47%hsl(193,79% ,47%)
HSV Color Space193°, 88%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110011010111111011001
Octal31257331
Decimal25175217
Hex19afd9

Different shades of #19afd9 color code.

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

Light Shade of #19afd9
#3cc3e9
Dark Shade of #19afd9
#148aab
Saturated Shade of #19afd9
#0db6e5
Desaturated Shade of #19afd9
#25a8cd
Grey scale Shade of #19afd9
#797979
Brighten Shade
#32c8f2
Most Readable Shade
#000000

Shades of #19afd9 color code

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

#19afd9
#169bc0
#1388a8
#107490
#0d6178
#0b4d60
#083a48
#052630
#021318
#000000

Similar Color like #19afd9 color

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

#1ab0da
#1bb1db
#1cb2dc
#1db3dd
#1eb4de
#1fb5df
#20b6e0
#21b7e1
#22b8e2
#23b9e3
#24bae4
#25bbe5
#26bce6
#27bde7
#18aed8
#17add7
#16acd6
#15abd5
#14aad4
#13a9d3
#12a8d2
#11a7d1
#10a6d0
#0fa5cf
#0ea4ce
#0da3cd
#0ca2cc
#0ba1cb

Monochromatic Color with #19afd9

#19afd9
#010404
#05262f
#0a4859
#0f6a84
#148dae

Tints of #19afd9 Color

#19afd9
#32b7dd
#4cc0e1
#65c9e5
#7fd2e9
#98dbee
#b2e4f2
#cbedf6
#e5f6fa
#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

#19afd9
#d94319

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

Split Complementary

#19afd9
#d9194f
#d9a319

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

Analogous Color

#19d9b6
#19d5d9
#19afd9
#1989d9
#1962d9

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

#19afd9
#d919af
#afd919

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

#19afd9
#a319d9
#d94319
#4fd919

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

#19afd9
#d94319
#d9a319
#194fd9

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 #19afd9 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.

#19afd9 Color Code Preview on Black Background Color

This is how #19afd9 Color will look on black background color. Color contrast ratio is 8.18

#19afd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19afd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19afd9

#19afd9 color code is use for CSS Background Color

Background color for the above div is #19afd9

HTML with inline CSS

<div style="background-color:#19afd9;"></div>

#19afd9 color code is use for CSS Border Color

CSS Border color for the above div is #19afd9

HTML with inline CSS

<div style="border:5px solid #19afd9;"></div>

CSS Border Left color for the above div is #19afd9

HTML with inline CSS

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

CSS Border Right color for the above div is #19afd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #19afd9

HTML with inline CSS

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

CSS Border Top color for the above div is #19afd9

HTML with inline CSS

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

#19afd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#19afd9 Color code Preview on White Background

This is how #19afd9 Color code will look on white background color. Color contrast ratio is 2.57

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

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(25,175,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,67,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(25,175,217,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.