crispedge.com

Color picker

Loading...

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

#75bbe3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #75bbe3 Color code in RGB color code model is created after adding 45.88% red color, 73.33% green color and 89.02% blue color. Hex #75bbe3 Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 18% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75bbe3#75bbe3
RGB Decimal117, 187, 227rgb(117, 187, 227)
RGB Percent46%, 73%, 89%rgb(46%, 73%, 89%)
CSS RGBa117, 187, 227,1rgba(117,187,227,1)
CMYK Modelcmyk(48%,18%,0%,11%)
HSL Color Space202,66% ,67%hsl(202,66% ,67%)
HSV Color Space202°, 48%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011011101111100011
Octal165273343
Decimal117187227
Hex75bbe3

Different shades of #75bbe3 color code.

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

Light Shade of #75bbe3
#9fd0ec
Dark Shade of #75bbe3
#4ba6da
Saturated Shade of #75bbe3
#6dbdeb
Desaturated Shade of #75bbe3
#7db9db
Grey scale Shade of #75bbe3
#acacac
Brighten Shade
#8ed4fc
Most Readable Shade
#000000

Shades of #75bbe3 color code

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

#75bbe3
#68a6c9
#5b91b0
#4e7c97
#41677e
#345364
#273e4b
#1a2932
#0d1419
#000000

Similar Color like #75bbe3 color

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

#76bce4
#77bde5
#78bee6
#79bfe7
#7ac0e8
#7bc1e9
#7cc2ea
#7dc3eb
#7ec4ec
#7fc5ed
#80c6ee
#81c7ef
#82c8f0
#83c9f1
#74bae2
#73b9e1
#72b8e0
#71b7df
#70b6de
#6fb5dd
#6eb4dc
#6db3db
#6cb2da
#6bb1d9
#6ab0d8
#69afd7
#68aed6
#67add5

Monochromatic Color with #75bbe3

#75bbe3
#070c0e
#1d2f39
#335263
#49758e
#5f98b8

Tints of #75bbe3 Color

#75bbe3
#84c2e6
#93cae9
#a3d1ec
#b2d9ef
#c1e0f2
#d1e8f5
#e0eff8
#eff7fb
#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

#75bbe3
#e39d75

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

Split Complementary

#75bbe3
#e37584
#e3d475

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

Analogous Color

#75e3df
#75d1e3
#75bbe3
#75a5e3
#758fe3

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

#75bbe3
#e375bb
#bbe375

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

#75bbe3
#d475e3
#e39d75
#84e375

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

#75bbe3
#e39d75
#e3d475
#7584e3

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

#75bbe3 Color Code Preview on Black Background Color

This is how #75bbe3 Color will look on black background color. Color contrast ratio is 9.97

#75bbe3 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#75bbe3 color code is use for CSS Background Color

Background color for the above div is #75bbe3

HTML with inline CSS

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

#75bbe3 color code is use for CSS Border Color

CSS Border color for the above div is #75bbe3

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#75bbe3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75bbe3 Color code Preview on White Background

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

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

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,187,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,157,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,187,227,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.