crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#75bbd2 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code75bbd2#75bbd2
RGB Decimal117, 187, 210rgb(117, 187, 210)
RGB Percent46%, 73%, 82%rgb(46%, 73%, 82%)
CSS RGBa117, 187, 210,1rgba(117,187,210,1)
CMYK Modelcmyk(44%,11%,0%,18%)
HSL Color Space195,51% ,64%hsl(195,51% ,64%)
HSV Color Space195°, 44%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011011101111010010
Octal165273322
Decimal117187210
Hex75bbd2

Different shades of #75bbd2 color code.

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

Light Shade of #75bbd2
#9bcedf
Dark Shade of #75bbd2
#4fa8c5
Saturated Shade of #75bbd2
#6cc0db
Desaturated Shade of #75bbd2
#7eb6c9
Grey scale Shade of #75bbd2
#a3a3a3
Brighten Shade
#8ed4eb
Most Readable Shade
#000000

Shades of #75bbd2 color code

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

#75bbd2
#68a6ba
#5b91a3
#4e7c8c
#416774
#34535d
#273e46
#1a292e
#0d1417
#000000

Similar Color like #75bbd2 color

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

#76bcd3
#77bdd4
#78bed5
#79bfd6
#7ac0d7
#7bc1d8
#7cc2d9
#7dc3da
#7ec4db
#7fc5dc
#80c6dd
#81c7de
#82c8df
#83c9e0
#74bad1
#73b9d0
#72b8cf
#71b7ce
#70b6cd
#6fb5cc
#6eb4cb
#6db3ca
#6cb2c9
#6bb1c8
#6ab0c7
#69afc6
#68aec5
#67adc4

Monochromatic Color with #75bbd2

#75bbd2
#8de1fc
#162428
#2e4952
#466f7d
#5d95a7

Tints of #75bbd2 Color

#75bbd2
#84c2d7
#93cadc
#a3d1e1
#b2d9e6
#c1e0eb
#d1e8f0
#e0eff5
#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

#75bbd2
#d28c75

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

Split Complementary

#75bbd2
#d2758c
#d2bb75

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

Analogous Color

#75d2c4
#75ced2
#75bbd2
#75a8d2
#7596d2

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

#75bbd2
#d275bb
#bbd275

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

#75bbd2
#ba75d2
#d28c75
#8cd275

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

#75bbd2
#d28c75
#d2bb75
#758cd2

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

#75bbd2 Color Code Preview on Black Background Color

This is how #75bbd2 Color will look on black background color. Color contrast ratio is 9.80

#75bbd2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#75bbd2 color code is use for CSS Background Color

Background color for the above div is #75bbd2

HTML with inline CSS

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

#75bbd2 color code is use for CSS Border Color

CSS Border color for the above div is #75bbd2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#75bbd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75bbd2 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.