#c8d8e8 Color Hex Light Placid Blue

Information about Light Placid Blue Color | #0000FF

#c8d8e8 color RGB value is (200,216,232). #c8d8e8 color name is Light Placid Blue color.

#c8d8e8 hex color red value is 200 , green value is 216 and the blue value of its RGB is 232 . Cylindrical-coordinate representations (also known as HSL) of color #c8d8e8 hue: 210 , saturation: 41 and the lightness value of #c8d8e8 is 85

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

#c8d8e8

~Light Placid Blue

Color Converions

HEX
#c8d8e8
RGB
200,216,232
LAB
85,-3,-10
CMYK
14,7,0,9
LCH
85,10,-108
XYZ
63,67,86
HSV
210,14,91
HSL
210,41,85

Base Numbers

Base Red Green Blue
Binary 11001000 11011000 11101000
Octal 310 330 350
Decimal 200 216 232
Hex c8 d8 e8

RGB Percentages of Color #c8d8e8

78%
85%
91%

CMYK Percentages of Color #c8d8e8

5%
0%
3%
4%

Color Variations

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

Shades of #c8d8e8

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

10%
#c8d8e8
20%
#b4c2d1
30%
#a0adba
40%
#8c97a2
50%
#78828b
60%
#646c74
70%
#50565d
80%
#3c4146
90%
#282b2e
100%
#141617

Tints of #c8d8e8

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

10%
#c8d8e8
20%
#cedcea
30%
#d3e0ed
40%
#d9e4ef
50%
#dee8f1
60%
#e4ebf4
70%
#e9eff6
80%
#eff3f8
90%
#f4f7fa
100%
#fafbfd

Tones of #c8d8e8

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

10%
#c8d8e8
20%
#c1cfde
30%
#bac6d3
40%
#b2bdc9
50%
#abb5be
60%
#a4acb4
70%
#9ca3a9
80%
#959a9f
90%
#8e9194
100%
#87888a

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.
#c8d8e8
#c8e5e8
#c8dee8
#c8d8e8
#c8d2e8
#c8cbe8

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c8d8e8
#dec8e8
#e5e8c8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c8d8e8
#e8c8d8
#d8e8c8

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.
#c8d8e8
#e8c8e8
#e8d8c8
#c8e8c8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c8d8e8
#111213
#353a3e
#5a6168
#7f8993
#a3b0bd

Blindness simulator

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

Normal

#c8d8e8

protanopia

#d4d3e5

deuteranopia

#e0cfea

tritanopia

#c7d7e8

achromatopsia

#d6d6d6

protanomaly

#cfd5e6

deuteranomaly

#d7d2e9

achromatopsia

#d6d6d6

tritanomaly

#c7d7e8

achromatomaly

#d1d7dc

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 14/21
Hello World !

#c8d8e8 Color CSS Codes

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

#c8d8e8 Text Font Color

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

This sample text font color is #c8d8e8
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.

#c8d8e8 Background Color

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

#c8d8e8 Border Color

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

This div border color is #c8d8e8

#c8d8e8 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8d8e8

More Colors

Fashionably Plum
#b28ca9
In the Tropics
#a3bc3a
Desert Convoy
#f7d497
Golf Blazer
#53a391
Lush Un'goro Crater
#54a64d
Finnish Fiord
#5db0be
Placebo Sky
#ebfcfc
Lava Stone
#3c4151
Pizazz
#e57f3d
Happy Tune
#96b957
Gold Ore
#ecbc14
Boreal
#717e73
Netsuke
#e0cfb0
Backdrop
#a7a799
Pearly White
#feefd3
Blue Heath Butterfly
#5566ff
Cherry Pearl
#f9e7f4
Bangalore
#bbaa88
Bizarre
#e7d2c8
Grimace
#50314c
Cream Cheese Frosting
#f4efe2
Baked Bean
#b2754d
Oracle
#395555
Beekeeper
#f6e491
Cherokee
#f5cd82
Evening Sand
#ddb6ab
Apple Flower
#edf4eb
Epiphany
#dbc1de
Bay Site
#325f8a
Egyptian White
#e5f1ec
Chic Taupe
#aa9788
Old Asparagus
#929000
Cinnamon Crunch
#a37d5a
Ecological
#677f70
Mocha
#9d7651
Bosphorus
#007558
New Navy Blue
#3b4a55
Caramel Cream
#f4ba94
Flood Out
#579dab
rating-img
Rate this tool
NaN/5   0 votes