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

#71a7cc hex color - Blue - Cool color - Information

#71a7cc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #71a7cc Color code in RGB color code model is created after adding 44.31% red color, 65.49% green color and 80% blue color. Hex #71a7cc Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 18% magenta, 0% yellow and 20% black.

Hex #71a7cc color code is between #77aabb web safe hex color code and #6699dd web safe hex color code. #77aabb is the nearest web safe color code. You can see here many more shades of #71a7cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 71a7cc #71a7cc
RGB Decimal 113, 167, 204 rgb(113, 167, 204)
RGB Percent 44%, 65%, 80% rgb(44%, 65%, 80%)
CSS RGBa 113, 167, 204,1 rgba(113,167,204,1)
CMYK Model cmyk(45%,18%,0%,20%)
HSL Color Space 204,47% ,62% hsl(204,47% ,62%)
HSV Color Space 204°, 45%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110001 10100111 11001100
Octal 161 247 314
Decimal 113 167 204
Hex 71 a7 cc

Different shades of #71a7cc color code.

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

Light Shade of #71a7cc
#96bed9
Dark Shade of #71a7cc
#4b90bf
Saturated Shade of #71a7cc
#67a9d6
Desaturated Shade of #71a7cc
#7ba5c2
Grey scale Shade of #71a7cc
#9e9e9e
Brighten Shade
#8ac0e5
Most Readable Shade
#000000

Shades of #71a7cc color code

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

#71a7cc
#6494b5
#57819e
#4b6f88
#3e5c71
#324a5a
#253744
#19252d
#0c1216
#000000

Similar Color like #71a7cc color

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

#72a8cd
#73a9ce
#74aacf
#75abd0
#76acd1
#77add2
#78aed3
#79afd4
#7ab0d5
#7bb1d6
#7cb2d7
#7db3d8
#7eb4d9
#7fb5da
#70a6cb
#6fa5ca
#6ea4c9
#6da3c8
#6ca2c7
#6ba1c6
#6aa0c5
#699fc4
#689ec3
#679dc2
#669cc1
#659bc0
#649abf
#6399be

Monochromatic Color with #71a7cc

#71a7cc
#89caf6
#131c22
#2a3f4c
#426177
#5984a1

Tints of #71a7cc Color

#71a7cc
#80b0d1
#90bad7
#a0c4dd
#b0cee2
#bfd7e8
#cfe1ee
#dfebf3
#eff5f9
#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

#71a7cc
#cc9671

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

Split Complementary

#71a7cc
#cc717a
#ccc371

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

Analogous Color

#71cbcc
#71b9cc
#71a7cc
#7195cc
#7183cc

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

#71a7cc
#cc71a7
#a7cc71

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

#71a7cc
#c371cc
#cc9671
#79cc71

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

#71a7cc
#cc9671
#ccc371
#717acc

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 #71a7cc 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.

#71a7cc Color Code Preview on Black Background Color

This is how #71a7cc Color will look on black background color. Color contrast ratio is 8.10

#71a7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71a7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71a7cc

#71a7cc color code is use for CSS Background Color

Background color for the above div is #71a7cc

HTML with inline CSS

<div style="background-color:#71a7cc;"></div>

#71a7cc color code is use for CSS Border Color

CSS Border color for the above div is #71a7cc

HTML with inline CSS

<div style="border:5px solid #71a7cc;"></div>

CSS Border Left color for the above div is #71a7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #71a7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71a7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #71a7cc

HTML with inline CSS

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

#71a7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71a7cc Color code Preview on White Background

This is how #71a7cc Color code will look on white background color. Color contrast ratio is 2.59

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

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(113,167,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,150,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,167,204,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.