crispedge.com

Color picker

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

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

#99cdf2 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #99cdf2 Color code in RGB color code model is created after adding 60% red color, 80.39% green color and 94.9% blue color. Hex #99cdf2 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 15% magenta, 0% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code99cdf2#99cdf2
RGB Decimal153, 205, 242rgb(153, 205, 242)
RGB Percent60%, 80%, 95%rgb(60%, 80%, 95%)
CSS RGBa153, 205, 242,1rgba(153,205,242,1)
CMYK Modelcmyk(37%,15%,0%,5%)
HSL Color Space205,77% ,77%hsl(205,77% ,77%)
HSV Color Space205°, 37%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011100110111110010
Octal231315362
Decimal153205242
Hex99cdf2

Different shades of #99cdf2 color code.

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

Light Shade of #99cdf2
#c6e3f8
Dark Shade of #99cdf2
#6cb7ec
Saturated Shade of #99cdf2
#93cef8
Desaturated Shade of #99cdf2
#9fccec
Grey scale Shade of #99cdf2
#c5c5c5
Brighten Shade
#b2e6ff
Most Readable Shade
#000000

Shades of #99cdf2 color code

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

#99cdf2
#88b6d7
#779fbc
#6688a1
#557186
#445b6b
#334450
#222d35
#11161a
#000000

Similar Color like #99cdf2 color

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

#9acef3
#9bcff4
#9cd0f5
#9dd1f6
#9ed2f7
#9fd3f8
#a0d4f9
#a1d5fa
#a2d6fb
#a3d7fc
#a4d8fd
#a5d9fe
#a6daff
#a7dbff
#98ccf1
#97cbf0
#96caef
#95c9ee
#94c8ed
#93c7ec
#92c6eb
#91c5ea
#90c4e9
#8fc3e8
#8ec2e7
#8dc1e6
#8cc0e5
#8bbfe4

Monochromatic Color with #99cdf2

#99cdf2
#13191d
#2e3d48
#486172
#63859d
#7ea9c7

Tints of #99cdf2 Color

#99cdf2
#a4d2f3
#afd8f4
#bbddf6
#c6e3f7
#d1e8f9
#ddeefa
#e8f3fc
#f3f9fd
#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

#99cdf2
#f2be99

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

Split Complementary

#99cdf2
#f299a1
#f2eb99

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

Analogous Color

#99f1f2
#99dff2
#99cdf2
#99bbf2
#99a9f2

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

#99cdf2
#f299cd
#cdf299

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

#99cdf2
#ea99f2
#f2be99
#a0f299

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

#99cdf2
#f2be99
#f2eb99
#99a1f2

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

#99cdf2 Color Code Preview on Black Background Color

This is how #99cdf2 Color will look on black background color. Color contrast ratio is 12.37

#99cdf2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#99cdf2 color code is use for CSS Background Color

Background color for the above div is #99cdf2

HTML with inline CSS

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

#99cdf2 color code is use for CSS Border Color

CSS Border color for the above div is #99cdf2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#99cdf2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99cdf2 Color code Preview on White Background

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

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

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.