crispedge.com

Color picker

Loading...

#61cdf9 hex color - Blue - Cool color - Information

#61cdf9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #61cdf9 Color code in RGB color code model is created after adding 38.04% red color, 80.39% green color and 97.65% blue color. Hex #61cdf9 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 18% magenta, 0% yellow and 2% black.

Hex #61cdf9 color code is between #66ccff web safe hex color code and #55ddee web safe hex color code. #66ccff is the nearest web safe color code. You can see here many more shades of #61cdf9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code61cdf9#61cdf9
RGB Decimal97, 205, 249rgb(97, 205, 249)
RGB Percent38%, 80%, 98%rgb(38%, 80%, 98%)
CSS RGBa97, 205, 249,1rgba(97,205,249,1)
CMYK Modelcmyk(61%,18%,0%,2%)
HSL Color Space197,93% ,68%hsl(197,93% ,68%)
HSV Color Space197°, 61%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011100110111111001
Octal141315371
Decimal97205249
Hex61cdf9

Different shades of #61cdf9 color code.

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

Light Shade of #61cdf9
#92ddfb
Dark Shade of #61cdf9
#30bdf7
Saturated Shade of #61cdf9
#5bd0ff
Desaturated Shade of #61cdf9
#69caf1
Grey scale Shade of #61cdf9
#adadad
Brighten Shade
#7ae6ff
Most Readable Shade
#000000

Shades of #61cdf9 color code

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

#61cdf9
#56b6dd
#4b9fc1
#4088a6
#35718a
#2b5b6e
#204453
#152d37
#0a161b
#000000

Similar Color like #61cdf9 color

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

#62cefa
#63cffb
#64d0fc
#65d1fd
#66d2fe
#67d3ff
#68d4ff
#69d5ff
#6ad6ff
#6bd7ff
#6cd8ff
#6dd9ff
#6edaff
#6fdbff
#60ccf8
#5fcbf7
#5ecaf6
#5dc9f5
#5cc8f4
#5bc7f3
#5ac6f2
#59c5f1
#58c4f0
#57c3ef
#56c2ee
#55c1ed
#54c0ec
#53bfeb

Monochromatic Color with #61cdf9

#61cdf9
#0e1e24
#1f414f
#2f6479
#4087a4
#50aace

Tints of #61cdf9 Color

#61cdf9
#72d2f9
#84d8fa
#95ddfb
#a7e3fb
#b8e8fc
#caeefd
#dbf3fd
#edf9fe
#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

#61cdf9
#f98d61

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

Split Complementary

#61cdf9
#f96181
#f9d961

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

Analogous Color

#61f9e8
#61ebf9
#61cdf9
#61aff9
#6190f9

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

#61cdf9
#f961cd
#cdf961

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

#61cdf9
#d961f9
#f98d61
#81f961

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

#61cdf9
#f98d61
#f9d961
#6181f9

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 #61cdf9 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.

#61cdf9 Color Code Preview on Black Background Color

This is how #61cdf9 Color will look on black background color. Color contrast ratio is 11.61

#61cdf9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61cdf9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61cdf9

#61cdf9 color code is use for CSS Background Color

Background color for the above div is #61cdf9

HTML with inline CSS

<div style="background-color:#61cdf9;"></div>

#61cdf9 color code is use for CSS Border Color

CSS Border color for the above div is #61cdf9

HTML with inline CSS

<div style="border:5px solid #61cdf9;"></div>

CSS Border Left color for the above div is #61cdf9

HTML with inline CSS

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

CSS Border Right color for the above div is #61cdf9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #61cdf9

HTML with inline CSS

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

CSS Border Top color for the above div is #61cdf9

HTML with inline CSS

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

#61cdf9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#61cdf9 Color code Preview on White Background

This is how #61cdf9 Color code will look on white background color. Color contrast ratio is 1.81

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

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(97,205,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(249,141,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,205,249,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.