#c0e8d5 Color Hex Aero Blue

Information about Aero Blue Color | #0000FF

#c0e8d5 color RGB value is (192,232,213). #c0e8d5 color name is Aero Blue color.

#c0e8d5 hex color red value is 192 , green value is 232 and the blue value of its RGB is 213 . Cylindrical-coordinate representations (also known as HSL) of color #c0e8d5 hue: 152 , saturation: 47 and the lightness value of #c0e8d5 is 83

The process color (four color CMYK) of #c0e8d5 color hex is 7 , 0 ,3, 4 .

#c0e8d5

~Aero Blue

Color Converions

HEX
#c0e8d5
RGB
192,232,213
LAB
89,-16,5
CMYK
17,0,8,9
LCH
89,17,164
XYZ
63,74,74
HSV
152,17,91
HSL
152,47,83

Base Numbers

Base Red Green Blue
Binary 11000000 11101000 11010101
Octal 300 350 325
Decimal 192 232 213
Hex c0 e8 d5

RGB Percentages of Color #c0e8d5

75%
91%
84%

CMYK Percentages of Color #c0e8d5

7%
3%
0%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c0e8d5

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c0e8d5
20%
#add1c0
30%
#9abaaa
40%
#86a295
50%
#738b80
60%
#60746b
70%
#4d5d55
80%
#3a4640
90%
#262e2b
100%
#131715

Tints of #c0e8d5

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c0e8d5
20%
#c6ead9
30%
#cdeddd
40%
#d3efe2
50%
#d9f1e6
60%
#dff4ea
70%
#e6f6ee
80%
#ecf8f2
90%
#f2faf7
100%
#f9fdfb

Tones of #c0e8d5

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c0e8d5
20%
#badecc
30%
#b3d3c4
40%
#adc9bb
50%
#a6beb3
60%
#a0b4aa
70%
#99a9a2
80%
#939f99
90%
#8c9491
100%
#868a88

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c0e8d5
#c0e8c5
#c0e8cd
#c0e8d5
#c0e8dd
#c0e8e5

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c0e8d5
#e8c0d3

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0e8d5
#c0cbe8
#e8c5c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0e8d5
#d5c0e8
#e8d5c0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c0e8d5
#c1c0e8
#e8c0d3
#e7e8c0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0e8d5
#101312
#333e39
#566860
#7a9387
#9dbdae

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c0e8d5

protanopia

#e6ddcf

deuteranopia

#f6d7d9

tritanopia

#c5e2f4

achromatopsia

#dedede

protanomaly

#d8e1d1

deuteranomaly

#e2ddd8

achromatopsia

#dedede

tritanomaly

#c3e4e9

achromatomaly

#d3e2db

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 16/21
Hello World !

#c0e8d5 Color CSS Codes

.bgcolor {background-color:#c0e8d5; } 
.forecolor {color:#c0e8d5; }
.bordercolor {border:3px solid #c0e8d5; }
            

#c0e8d5 Text Font Color

<div style="color:#c0e8d5">
Div content here</div>

This sample text font color is #c0e8d5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c0e8d5 Background Color

<div style="background-color:#c0e8d5">
Div content here</div>
Div content here

#c0e8d5 Border Color

<div style="border:3px solid #c0e8d5">
Div here</div>

This div border color is #c0e8d5

#c0e8d5 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c0e8d5; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0e8d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0e8d5;
  -webkit-box-shadow: 1px 1px 3px 2px #c0e8d5;
  box-shadow: 1px 1px 3px 2px #c0e8d5; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0e8d5">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0e8d5;
              -webkit-box-shadow: 1px 1px 3px 2px #c0e8d5;
              box-shadow:         1px 1px 3px 2px #c0e8d5#c0e8d5">
Div content here</div>

This div box has shadow with color #c0e8d5

More Colors

Gothic Revival Green
#a0a160
Cherry Velvet
#e10646
Frittata
#feebc8
Old Heart
#e66a77
Forester
#9aa77c
Basket Beige
#c0a98b
Pilot Blue
#006981
Pinnacle
#beddd5
Kuchinashi Yellow
#ffdb4f
Dark Iris
#4d5a7e
Greenwich
#475b49
Glacier
#78b1bf
Mauve Orchid
#b58299
Jade Bracelet
#c2d7ad
Lagoon Rock
#43bcbe
Caramelize
#d58a37
Carlisle
#45867c
Emerald Cory
#52c170
Lilac Rose
#bd4275
Noteworthy
#d9bacc
Mexican Silver
#cecec8
Blue Pencil
#2200ff
Lychee Pulp
#f7f2da
Effervescent
#fbf4d1
Cajun Spice
#c3705f
Escargot
#fff1d8
March Wind
#bab9b6
Pan Tostado
#e8be99
Celandine
#ebdf67
Darkest Grape
#625768
Pink Bite
#e936a7
Densetsu Green
#889911
Ancient Ivory
#f1e6d1
Hushed Green
#d8e9e5
Majorelle Gardens
#337766
Flirt
#7a2e4d
Mental Note
#eaeede
Pineapple Cream
#f2eac3
Grey Brown
#7f7053
Darkness Green
#3a4645
rating-img
Rate this tool
NaN/5   0 votes