crispedge.com

Color picker

Loading...

#75bfd7 hex color - Blue - Cool color - Information

#75bfd7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #75bfd7 Color code in RGB color code model is created after adding 45.88% red color, 74.9% green color and 84.31% blue color. Hex #75bfd7 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 11% magenta, 0% yellow and 16% black.

Hex #75bfd7 color code is between #77bbdd web safe hex color code and #66cccc web safe hex color code. #77bbdd is the nearest web safe color code. You can see here many more shades of #75bfd7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75bfd7#75bfd7
RGB Decimal117, 191, 215rgb(117, 191, 215)
RGB Percent46%, 75%, 84%rgb(46%, 75%, 84%)
CSS RGBa117, 191, 215,1rgba(117,191,215,1)
CMYK Modelcmyk(46%,11%,0%,16%)
HSL Color Space195,55% ,65%hsl(195,55% ,65%)
HSV Color Space195°, 46%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011011111111010111
Octal165277327
Decimal117191215
Hex75bfd7

Different shades of #75bfd7 color code.

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

Light Shade of #75bfd7
#9dd1e2
Dark Shade of #75bfd7
#4dadcc
Saturated Shade of #75bfd7
#6cc4e0
Desaturated Shade of #75bfd7
#7ebace
Grey scale Shade of #75bfd7
#a6a6a6
Brighten Shade
#8ed8f0
Most Readable Shade
#000000

Shades of #75bfd7 color code

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

#75bfd7
#68a9bf
#5b94a7
#4e7f8f
#416a77
#34545f
#273f47
#1a2a2f
#0d1517
#000000

Similar Color like #75bfd7 color

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

#76c0d8
#77c1d9
#78c2da
#79c3db
#7ac4dc
#7bc5dd
#7cc6de
#7dc7df
#7ec8e0
#7fc9e1
#80cae2
#81cbe3
#82cce4
#83cde5
#74bed6
#73bdd5
#72bcd4
#71bbd3
#70bad2
#6fb9d1
#6eb8d0
#6db7cf
#6cb6ce
#6bb5cd
#6ab4cc
#69b3cb
#68b2ca
#67b1c9

Monochromatic Color with #75bfd7

#75bfd7
#010202
#18282d
#304e57
#477382
#5e99ac

Tints of #75bfd7 Color

#75bfd7
#84c6db
#93cddf
#a3d4e4
#b2dbe8
#c1e2ed
#d1e9f1
#e0f0f6
#eff7fa
#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

#75bfd7
#d78d75

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

Split Complementary

#75bfd7
#d7758e
#d7be75

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

Analogous Color

#75d7c8
#75d3d7
#75bfd7
#75abd7
#7598d7

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

#75bfd7
#d775bf
#bfd775

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

#75bfd7
#be75d7
#d78d75
#8ed775

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

#75bfd7
#d78d75
#d7be75
#758ed7

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 #75bfd7 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.

#75bfd7 Color Code Preview on Black Background Color

This is how #75bfd7 Color will look on black background color. Color contrast ratio is 10.19

#75bfd7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75bfd7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75bfd7

#75bfd7 color code is use for CSS Background Color

Background color for the above div is #75bfd7

HTML with inline CSS

<div style="background-color:#75bfd7;"></div>

#75bfd7 color code is use for CSS Border Color

CSS Border color for the above div is #75bfd7

HTML with inline CSS

<div style="border:5px solid #75bfd7;"></div>

CSS Border Left color for the above div is #75bfd7

HTML with inline CSS

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

CSS Border Right color for the above div is #75bfd7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75bfd7

HTML with inline CSS

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

CSS Border Top color for the above div is #75bfd7

HTML with inline CSS

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

#75bfd7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75bfd7 Color code Preview on White Background

This is how #75bfd7 Color code will look on white background color. Color contrast ratio is 2.06

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

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(117,191,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,141,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,191,215,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.