crispedge.com

Color picker

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

#7fbfd5 hex color - Blue - Cool color - Information

#7fbfd5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7fbfd5 Color code in RGB color code model is created after adding 49.8% red color, 74.9% green color and 83.53% blue color. Hex #7fbfd5 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 10% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7fbfd5#7fbfd5
RGB Decimal127, 191, 213rgb(127, 191, 213)
RGB Percent50%, 75%, 84%rgb(50%, 75%, 84%)
CSS RGBa127, 191, 213,1rgba(127,191,213,1)
CMYK Modelcmyk(40%,10%,0%,16%)
HSL Color Space195,51% ,67%hsl(195,51% ,67%)
HSV Color Space195°, 40%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111011111111010101
Octal177277325
Decimal127191213
Hex7fbfd5

Different shades of #7fbfd5 color code.

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

Light Shade of #7fbfd5
#a5d2e2
Dark Shade of #7fbfd5
#59acc8
Saturated Shade of #7fbfd5
#76c3dd
Desaturated Shade of #7fbfd5
#87bbcc
Grey scale Shade of #7fbfd5
#aaaaaa
Brighten Shade
#98d8ee
Most Readable Shade
#000000

Shades of #7fbfd5 color code

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

#7fbfd5
#70a9bd
#6294a5
#547f8e
#466a76
#38545e
#2a3f47
#1c2a2f
#0e1517
#000000

Similar Color like #7fbfd5 color

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

#80c0d6
#81c1d7
#82c2d8
#83c3d9
#84c4da
#85c5db
#86c6dc
#87c7dd
#88c8de
#89c9df
#8acae0
#8bcbe1
#8ccce2
#8dcde3
#7ebed4
#7dbdd3
#7cbcd2
#7bbbd1
#7abad0
#79b9cf
#78b8ce
#77b7cd
#76b6cc
#75b5cb
#74b4ca
#73b3c9
#72b2c8
#71b1c7

Monochromatic Color with #7fbfd5

#7fbfd5
#000000
#1a272b
#334d55
#4c7380
#6699aa

Tints of #7fbfd5 Color

#7fbfd5
#8dc6d9
#9bcdde
#a9d4e3
#b7dbe7
#c6e2ec
#d4e9f1
#e2f0f5
#f0f7fa
#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

#7fbfd5
#d5957f

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

Split Complementary

#7fbfd5
#d57f94
#d5c07f

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

Analogous Color

#7fd5c9
#7fd0d5
#7fbfd5
#7faed5
#7f9dd5

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

#7fbfd5
#d57fbf
#bfd57f

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

#7fbfd5
#c07fd5
#d5957f
#94d57f

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

#7fbfd5
#d5957f
#d5c07f
#7f94d5

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 #7fbfd5 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.

#7fbfd5 Color Code Preview on Black Background Color

This is how #7fbfd5 Color will look on black background color. Color contrast ratio is 10.32

#7fbfd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fbfd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fbfd5

#7fbfd5 color code is use for CSS Background Color

Background color for the above div is #7fbfd5

HTML with inline CSS

<div style="background-color:#7fbfd5;"></div>

#7fbfd5 color code is use for CSS Border Color

CSS Border color for the above div is #7fbfd5

HTML with inline CSS

<div style="border:5px solid #7fbfd5;"></div>

CSS Border Left color for the above div is #7fbfd5

HTML with inline CSS

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

CSS Border Right color for the above div is #7fbfd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7fbfd5

HTML with inline CSS

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

CSS Border Top color for the above div is #7fbfd5

HTML with inline CSS

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

#7fbfd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fbfd5 Color code Preview on White Background

This is how #7fbfd5 Color code will look on white background color. Color contrast ratio is 2.04

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

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.