#c5d9e3 Color Hex Blue Pearl

Information about Blue Pearl Color | #0000FF

#c5d9e3 color RGB value is (197,217,227). #c5d9e3 color name is Blue Pearl color.

#c5d9e3 hex color red value is 197 , green value is 217 and the blue value of its RGB is 227 . Cylindrical-coordinate representations (also known as HSL) of color #c5d9e3 hue: 200 , saturation: 35 and the lightness value of #c5d9e3 is 83

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

#c5d9e3

~Blue Pearl

Color Converions

HEX
#c5d9e3
RGB
197,217,227
LAB
85,-5,-7
CMYK
13,4,0,11
LCH
85,9,-126
XYZ
62,67,82
HSV
200,13,89
HSL
200,35,83

Base Numbers

Base Red Green Blue
Binary 11000101 11011001 11100011
Octal 305 331 343
Decimal 197 217 227
Hex c5 d9 e3

RGB Percentages of Color #c5d9e3

77%
85%
89%

CMYK Percentages of Color #c5d9e3

5%
0%
2%
4%

Color Variations

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

Shades of #c5d9e3

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

10%
#c5d9e3
20%
#b1c3cc
30%
#9eaeb6
40%
#8a989f
50%
#768288
60%
#626d72
70%
#4f575b
80%
#3b4144
90%
#272b2d
100%
#141617

Tints of #c5d9e3

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

10%
#c5d9e3
20%
#cbdde6
30%
#d1e1e9
40%
#d6e4eb
50%
#dce8ee
60%
#e2ecf1
70%
#e8f0f4
80%
#eef4f7
90%
#f3f7f9
100%
#f9fbfc

Tones of #c5d9e3

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

10%
#c5d9e3
20%
#bed0d9
30%
#b7c7cf
40%
#b0bec5
50%
#a9b5bb
60%
#a2acb1
70%
#9ba3a7
80%
#949a9d
90%
#8d9193
100%
#868889

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.
#c5d9e3
#c5e3e1
#c5dfe3
#c5d9e3
#c5d3e3
#c5cde3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c5d9e3
#d5c5e3
#e3e1c5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c5d9e3
#e3c5d9
#d9e3c5

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.
#c5d9e3
#dec5e3
#e3cfc5
#cae3c5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c5d9e3
#0d0e0e
#313639
#565f63
#7b888e
#a0b0b8

Blindness simulator

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

Normal

#c5d9e3

protanopia

#d5d3e0

deuteranopia

#e2cfe5

tritanopia

#c5d7e8

achromatopsia

#d5d5d5

protanomaly

#cfd5e1

deuteranomaly

#d8d2e4

achromatopsia

#d5d5d5

tritanomaly

#c5d8e6

achromatomaly

#cfd7da

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 !

#c5d9e3 Color CSS Codes

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

#c5d9e3 Text Font Color

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

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

#c5d9e3 Background Color

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

#c5d9e3 Border Color

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

This div border color is #c5d9e3

#c5d9e3 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d9e3

More Colors

Fire Flower
#f68f37
Just Peachy
#f8c275
Pistachio Ice Cream
#a0b7ad
Carnal Pink
#ef9cb5
Inner Journey
#6d69a1
Passionfruit Mauve
#513e49
Little Dove
#ebe0ce
Bag of Gold
#e1bd88
Mt. Hood White
#e7e9e6
Deep Lake
#00656b
Eurolinen
#eee2d3
Granite Boulder
#816f6b
Frothy Surf
#e7ebe6
Darkshore
#464964
Clear Camouflage Green
#dae8e1
Mellow Sun
#f5d39c
Dark Side of the Moon
#070d0d
Jade Bracelet
#c2d7ad
Milky Aquamarine
#038487
Iwai Brown
#6b6f59
Charybdis
#16a3cb
Exotic Evening
#58516e
Honey Bear
#e8c281
Bone White
#f1e1b0
Peach's Daydream
#fd9b88
Pink Sherbet
#f780a1
Jute Brown
#815d40
Plane Brown
#8a5024
Orange Chocolate
#f3c775
Ake Blood
#cf3a24
Brown Rice
#dabd84
Bronze Medal
#6d6240
Hammered Gold
#cb9d5e
Abyss
#8f9e9d
Ginger Snap
#977d70
Organza
#ffdea6
Autumn Night
#3b5861
Komatsuna Green
#7b8d42
Elf Skintone
#f7c985
Bengara Red
#913225
rating-img
Rate this tool
NaN/5   0 votes