crispedge.com

Color picker

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

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

#7ae0ee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7ae0ee Color code in RGB color code model is created after adding 47.84% red color, 87.84% green color and 93.33% blue color. Hex #7ae0ee Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 6% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7ae0ee#7ae0ee
RGB Decimal122, 224, 238rgb(122, 224, 238)
RGB Percent48%, 88%, 93%rgb(48%, 88%, 93%)
CSS RGBa122, 224, 238,1rgba(122,224,238,1)
CMYK Modelcmyk(49%,6%,0%,7%)
HSL Color Space187,77% ,71%hsl(187,77% ,71%)
HSV Color Space187°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101110000011101110
Octal172340356
Decimal122224238
Hex7ae0ee

Different shades of #7ae0ee color code.

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

Light Shade of #7ae0ee
#a7ebf4
Dark Shade of #7ae0ee
#4dd5e8
Saturated Shade of #7ae0ee
#72e6f5
Desaturated Shade of #7ae0ee
#81dae6
Grey scale Shade of #7ae0ee
#b4b4b4
Brighten Shade
#93f9ff
Most Readable Shade
#000000

Shades of #7ae0ee color code

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

#7ae0ee
#6cc7d3
#5eaeb9
#51959e
#437c84
#366369
#284a4f
#1b3134
#0d181a
#000000

Similar Color like #7ae0ee color

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

#7be1ef
#7ce2f0
#7de3f1
#7ee4f2
#7fe5f3
#80e6f4
#81e7f5
#82e8f6
#83e9f7
#84eaf8
#85ebf9
#86ecfa
#87edfb
#88eefc
#79dfed
#78deec
#77ddeb
#76dcea
#75dbe9
#74dae8
#73d9e7
#72d8e6
#71d7e5
#70d6e4
#6fd5e3
#6ed4e2
#6dd3e1
#6cd2e0

Monochromatic Color with #7ae0ee

#7ae0ee
#0d181a
#234044
#39686e
#4e9099
#64b8c3

Tints of #7ae0ee Color

#7ae0ee
#88e3ef
#97e6f1
#a6eaf3
#b5edf5
#c3f1f7
#d2f4f9
#e1f8fb
#f0fbfd
#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

#7ae0ee
#ee887a

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

Split Complementary

#7ae0ee
#ee7aa6
#eec27a

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

Analogous Color

#7aeece
#7aeee5
#7ae0ee
#7ac9ee
#7ab2ee

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

#7ae0ee
#ee7ae0
#e0ee7a

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

#7ae0ee
#c27aee
#ee887a
#a6ee7a

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

#7ae0ee
#ee887a
#eec27a
#7aa6ee

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

#7ae0ee Color Code Preview on Black Background Color

This is how #7ae0ee Color will look on black background color. Color contrast ratio is 13.72

#7ae0ee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7ae0ee color code is use for CSS Background Color

Background color for the above div is #7ae0ee

HTML with inline CSS

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

#7ae0ee color code is use for CSS Border Color

CSS Border color for the above div is #7ae0ee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7ae0ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7ae0ee Color code Preview on White Background

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

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

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.