crispedge.com

Color picker

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

#88bfee hex color - Blue - Cool color - Information

#88bfee hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #88bfee Color code in RGB color code model is created after adding 53.33% red color, 74.9% green color and 93.33% blue color. Hex #88bfee Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 20% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code88bfee#88bfee
RGB Decimal136, 191, 238rgb(136, 191, 238)
RGB Percent53%, 75%, 93%rgb(53%, 75%, 93%)
CSS RGBa136, 191, 238,1rgba(136,191,238,1)
CMYK Modelcmyk(43%,20%,0%,7%)
HSL Color Space208,75% ,73%hsl(208,75% ,73%)
HSV Color Space208°, 43%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010001011111111101110
Octal210277356
Decimal136191238
Hex88bfee

Different shades of #88bfee color code.

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

Light Shade of #88bfee
#b5d7f4
Dark Shade of #88bfee
#5ba7e8
Saturated Shade of #88bfee
#81c0f5
Desaturated Shade of #88bfee
#8fbee7
Grey scale Shade of #88bfee
#bbbbbb
Brighten Shade
#a1d8ff
Most Readable Shade
#000000

Shades of #88bfee color code

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

#88bfee
#78a9d3
#6994b9
#5a7f9e
#4b6a84
#3c5469
#2d3f4f
#1e2a34
#0f151a
#000000

Similar Color like #88bfee color

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

#89c0ef
#8ac1f0
#8bc2f1
#8cc3f2
#8dc4f3
#8ec5f4
#8fc6f5
#90c7f6
#91c8f7
#92c9f8
#93caf9
#94cbfa
#95ccfb
#96cdfc
#87beed
#86bdec
#85bceb
#84bbea
#83bae9
#82b9e8
#81b8e7
#80b7e6
#7fb6e5
#7eb5e4
#7db4e3
#7cb3e2
#7bb2e1
#7ab1e0

Monochromatic Color with #88bfee

#88bfee
#0f141a
#273744
#3f596e
#577b99
#709dc3

Tints of #88bfee Color

#88bfee
#95c6ef
#a2cdf1
#afd4f3
#bcdbf5
#cae2f7
#d7e9f9
#e4f0fb
#f1f7fd
#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

#88bfee
#eeb788

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

Split Complementary

#88bfee
#ee888c
#eeea88

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

Analogous Color

#88e8ee
#88d3ee
#88bfee
#88abee
#8896ee

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

#88bfee
#ee88bf
#bfee88

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

#88bfee
#ea88ee
#eeb788
#8cee88

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

#88bfee
#eeb788
#eeea88
#888cee

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 #88bfee 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.

#88bfee Color Code Preview on Black Background Color

This is how #88bfee Color will look on black background color. Color contrast ratio is 10.73

#88bfee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88bfee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88bfee

#88bfee color code is use for CSS Background Color

Background color for the above div is #88bfee

HTML with inline CSS

<div style="background-color:#88bfee;"></div>

#88bfee color code is use for CSS Border Color

CSS Border color for the above div is #88bfee

HTML with inline CSS

<div style="border:5px solid #88bfee;"></div>

CSS Border Left color for the above div is #88bfee

HTML with inline CSS

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

CSS Border Right color for the above div is #88bfee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #88bfee

HTML with inline CSS

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

CSS Border Top color for the above div is #88bfee

HTML with inline CSS

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

#88bfee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#88bfee Color code Preview on White Background

This is how #88bfee Color code will look on white background color. Color contrast ratio is 1.96

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

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.