crispedge.com

Color picker

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

#99c8ed hex color - Blue - Cool color - Information

#99c8ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #99c8ed Color code in RGB color code model is created after adding 60% red color, 78.43% green color and 92.94% blue color. Hex #99c8ed Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 16% magenta, 0% yellow and 7% black.

Hex #99c8ed color code is between #88ccee web safe hex color code and #aabbdd web safe hex color code. #88ccee is the nearest web safe color code. You can see here many more shades of #99c8ed color code.

0 Likes 0 Comments | 12 Views

Color Table

Hex Color Code99c8ed#99c8ed
RGB Decimal153, 200, 237rgb(153, 200, 237)
RGB Percent60%, 78%, 93%rgb(60%, 78%, 93%)
CSS RGBa153, 200, 237,1rgba(153,200,237,1)
CMYK Modelcmyk(35%,16%,0%,7%)
HSL Color Space206,70% ,76%hsl(206,70% ,76%)
HSV Color Space206°, 35%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011100100011101101
Octal231310355
Decimal153200237
Hex99c8ed

Different shades of #99c8ed color code.

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

Light Shade of #99c8ed
#c4dff5
Dark Shade of #99c8ed
#6eb1e5
Saturated Shade of #99c8ed
#93c9f3
Desaturated Shade of #99c8ed
#9fc7e7
Grey scale Shade of #99c8ed
#c3c3c3
Brighten Shade
#b2e1ff
Most Readable Shade
#000000

Shades of #99c8ed color code

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

#99c8ed
#88b1d2
#779bb8
#66859e
#556f83
#445869
#33424f
#222c34
#11161a
#000000

Similar Color like #99c8ed color

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

#9ac9ee
#9bcaef
#9ccbf0
#9dccf1
#9ecdf2
#9fcef3
#a0cff4
#a1d0f5
#a2d1f6
#a3d2f7
#a4d3f8
#a5d4f9
#a6d5fa
#a7d6fb
#98c7ec
#97c6eb
#96c5ea
#95c4e9
#94c3e8
#93c2e7
#92c1e6
#91c0e5
#90bfe4
#8fbee3
#8ebde2
#8dbce1
#8cbbe0
#8bbadf

Monochromatic Color with #99c8ed

#99c8ed
#101518
#2b3943
#475c6d
#628098
#7ea4c2

Tints of #99c8ed Color

#99c8ed
#a4ceef
#afd4f1
#bbdaf3
#c6e0f5
#d1e6f7
#ddecf9
#e8f2fb
#f3f8fd
#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

#99c8ed
#edbe99

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

Split Complementary

#99c8ed
#ed999e
#ede899

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

Analogous Color

#99eaed
#99d9ed
#99c8ed
#99b7ed
#99a6ed

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

#99c8ed
#ed99c8
#c8ed99

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

#99c8ed
#e899ed
#edbe99
#9eed99

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

#99c8ed
#edbe99
#ede899
#999eed

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 #99c8ed 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.

#99c8ed Color Code Preview on Black Background Color

This is how #99c8ed Color will look on black background color. Color contrast ratio is 11.84

#99c8ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99c8ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99c8ed

#99c8ed color code is use for CSS Background Color

Background color for the above div is #99c8ed

HTML with inline CSS

<div style="background-color:#99c8ed;"></div>

#99c8ed color code is use for CSS Border Color

CSS Border color for the above div is #99c8ed

HTML with inline CSS

<div style="border:5px solid #99c8ed;"></div>

CSS Border Left color for the above div is #99c8ed

HTML with inline CSS

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

CSS Border Right color for the above div is #99c8ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99c8ed

HTML with inline CSS

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

CSS Border Top color for the above div is #99c8ed

HTML with inline CSS

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

#99c8ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99c8ed Color code Preview on White Background

This is how #99c8ed Color code will look on white background color. Color contrast ratio is 1.77

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

Related Gradients

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.