crispedge.com

Color picker

Loading...

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

#19bdeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #19bdeb Color code in RGB color code model is created after adding 9.8% red color, 74.12% green color and 92.16% blue color. Hex #19bdeb Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 20% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code19bdeb#19bdeb
RGB Decimal25, 189, 235rgb(25, 189, 235)
RGB Percent10%, 74%, 92%rgb(10%, 74%, 92%)
CSS RGBa25, 189, 235,1rgba(25,189,235,1)
CMYK Modelcmyk(89%,20%,0%,8%)
HSL Color Space193,84% ,51%hsl(193,84% ,51%)
HSV Color Space193°, 89%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110011011110111101011
Octal31275353
Decimal25189235
Hex19bdeb

Different shades of #19bdeb color code.

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

Light Shade of #19bdeb
#48caef
Dark Shade of #19bdeb
#119ac0
Saturated Shade of #19bdeb
#0dc4f7
Desaturated Shade of #19bdeb
#26b6de
Grey scale Shade of #19bdeb
#828282
Brighten Shade
#32d6ff
Most Readable Shade
#000000

Shades of #19bdeb color code

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

#19bdeb
#16a8d0
#1393b6
#107e9c
#0d6982
#0b5468
#083f4e
#052a34
#02151a
#000000

Similar Color like #19bdeb color

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

#1abeec
#1bbfed
#1cc0ee
#1dc1ef
#1ec2f0
#1fc3f1
#20c4f2
#21c5f3
#22c6f4
#23c7f5
#24c8f6
#25c9f7
#26caf8
#27cbf9
#18bcea
#17bbe9
#16bae8
#15b9e7
#14b8e6
#13b7e5
#12b6e4
#11b5e3
#10b4e2
#0fb3e1
#0eb2e0
#0db1df
#0cb0de
#0bafdd

Monochromatic Color with #19bdeb

#19bdeb
#021216
#073441
#0b566b
#107996
#149bc0

Tints of #19bdeb Color

#19bdeb
#32c4ed
#4ccbef
#65d3f1
#7fdaf3
#98e1f6
#b2e9f8
#cbf0fa
#e5f7fc
#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

#19bdeb
#eb4719

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

Split Complementary

#19bdeb
#eb1954
#ebb019

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

Analogous Color

#19ebc5
#19e7eb
#19bdeb
#1993eb
#1969eb

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

#19bdeb
#eb19bd
#bdeb19

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

#19bdeb
#b019eb
#eb4719
#54eb19

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

#19bdeb
#eb4719
#ebb019
#1954eb

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

#19bdeb Color Code Preview on Black Background Color

This is how #19bdeb Color will look on black background color. Color contrast ratio is 9.52

#19bdeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#19bdeb color code is use for CSS Background Color

Background color for the above div is #19bdeb

HTML with inline CSS

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

#19bdeb color code is use for CSS Border Color

CSS Border color for the above div is #19bdeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#19bdeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#19bdeb Color code Preview on White Background

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

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

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,189,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,71,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(25,189,235,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.