crispedge.com

Color picker

Loading...

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

#99cccb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #99cccb Color code in RGB color code model is created after adding 60% red color, 80% green color and 79.61% blue color. Hex #99cccb Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 0% yellow and 20% black.

Hex #99cccb color code is between #88bbcc web safe hex color code and #aaddbb web safe hex color code. #88bbcc is the nearest web safe color code. You can see here many more shades of #99cccb color code.

0 Likes 0 Comments | 9 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code99cccb#99cccb
RGB Decimal153, 204, 203rgb(153, 204, 203)
RGB Percent60%, 80%, 80%rgb(60%, 80%, 80%)
CSS RGBa153, 204, 203,1rgba(153,204,203,1)
CMYK Modelcmyk(25%,0%,0%,20%)
HSL Color Space179,33% ,70%hsl(179,33% ,70%)
HSV Color Space179°, 25%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011100110011001011
Octal231314313
Decimal153204203
Hex99cccb

Different shades of #99cccb color code.

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

Light Shade of #99cccb
#bbdddc
Dark Shade of #99cccb
#77bbba
Saturated Shade of #99cccb
#91d4d2
Desaturated Shade of #99cccb
#a1c4c4
Grey scale Shade of #99cccb
#b3b3b3
Brighten Shade
#b2e5e4
Most Readable Shade
#000000

Shades of #99cccb color code

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

#99cccb
#88b5b4
#779e9d
#668887
#557170
#445a5a
#334443
#222d2d
#111616
#000000

Similar Color like #99cccb color

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

#9acdcc
#9bcecd
#9ccfce
#9dd0cf
#9ed1d0
#9fd2d1
#a0d3d2
#a1d4d3
#a2d5d4
#a3d6d5
#a4d7d6
#a5d8d7
#a6d9d8
#a7dad9
#98cbca
#97cac9
#96c9c8
#95c8c7
#94c7c6
#93c6c5
#92c5c4
#91c4c3
#90c3c2
#8fc2c1
#8ec1c0
#8dc0bf
#8cbfbe
#8bbebd

Monochromatic Color with #99cccb

#99cccb
#b9f6f5
#192222
#394c4c
#597776
#79a1a1

Tints of #99cccb Color

#99cccb
#a4d1d0
#afd7d6
#bbdddc
#c6e2e2
#d1e8e7
#ddeeed
#e8f3f3
#f3f9f9
#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

#99cccb
#cc999a

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

Split Complementary

#99cccb
#cc99b4
#ccb199

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

Analogous Color

#99ccb7
#99ccc1
#99cccb
#99c3cc
#99b9cc

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

#99cccb
#cb99cc
#cccb99

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

#99cccb
#b299cc
#cc999a
#b3cc99

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

#99cccb
#cc999a
#ccb199
#99b4cc

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

#99cccb Color Code Preview on Black Background Color

This is how #99cccb Color will look on black background color. Color contrast ratio is 11.85

#99cccb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#99cccb color code is use for CSS Background Color

Background color for the above div is #99cccb

HTML with inline CSS

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

#99cccb color code is use for CSS Border Color

CSS Border color for the above div is #99cccb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#99cccb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99cccb Color code Preview on White Background

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(153,204,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,153,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,204,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.