#c5e6f7 Color Hex Icy Landscape

Information about Icy Landscape Color | #0000FF

#c5e6f7 color RGB value is (197,230,247). #c5e6f7 color name is Icy Landscape color.

#c5e6f7 hex color red value is 197 , green value is 230 and the blue value of its RGB is 247 . Cylindrical-coordinate representations (also known as HSL) of color #c5e6f7 hue: 200 , saturation: 76 and the lightness value of #c5e6f7 is 87

The process color (four color CMYK) of #c5e6f7 color hex is 8 , 3 ,0, 1 .

#c5e6f7

~Icy Landscape

Color Converions

HEX
#c5e6f7
RGB
197,230,247
LAB
89,-9,-12
CMYK
20,7,0,3
LCH
89,15,-125
XYZ
68,75,99
HSV
200,20,97
HSL
200,76,87

Base Numbers

Base Red Green Blue
Binary 11000101 11100110 11110111
Octal 305 346 367
Decimal 197 230 247
Hex c5 e6 f7

RGB Percentages of Color #c5e6f7

77%
90%
97%

CMYK Percentages of Color #c5e6f7

8%
0%
3%
1%

Color Variations

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

Shades of #c5e6f7

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

10%
#c5e6f7
20%
#b1cfde
30%
#9eb8c6
40%
#8aa1ad
50%
#768a94
60%
#62737b
70%
#4f5c63
80%
#3b454a
90%
#272e31
100%
#141719

Tints of #c5e6f7

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

10%
#c5e6f7
20%
#cbe9f8
30%
#d1ebf9
40%
#d6edf9
50%
#dcf0fa
60%
#e2f2fb
70%
#e8f5fc
80%
#eef7fd
90%
#f3fafd
100%
#f9fcfe

Tones of #c5e6f7

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

10%
#c5e6f7
20%
#bedceb
30%
#b7d2df
40%
#b0c7d3
50%
#a9bdc7
60%
#a2b3bb
70%
#9ba9af
80%
#949ea3
90%
#8d9497
100%
#868a8b

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.
#c5e6f7
#c5f7f4
#c5f0f7
#c5e6f7
#c5dcf7
#c5d2f7

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c5e6f7
#e0c5f7
#f7f4c5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c5e6f7
#f7c5e6
#e6f7c5

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.
#c5e6f7
#efc5f7
#f7d6c5
#cdf7c5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c5e6f7
#1b2022
#3d484d
#5f6f77
#8197a2
#a3becc

Blindness simulator

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

Normal

#c5e6f7

protanopia

#dedef3

deuteranopia

#eadafb

tritanopia

#c4e5f7

achromatopsia

#e0e0e0

protanomaly

#d5e1f4

deuteranomaly

#dcdef9

achromatopsia

#e0e0e0

tritanomaly

#c4e5f7

achromatomaly

#d6e2e8

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 !

#c5e6f7 Color CSS Codes

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

#c5e6f7 Text Font Color

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

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

#c5e6f7 Background Color

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

#c5e6f7 Border Color

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

This div border color is #c5e6f7

#c5e6f7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5e6f7

More Colors

Fresh Oregano
#4faa6c
Cozy Cream
#e0dbc7
Labyrinth Walk
#c9a487
Nippon
#bc002c
Electronic
#556d88
Antique Brown
#553f2d
Cool Aloe
#a9d99c
Baked Bean
#b2754d
Nuclear Blast
#bbff00
Cool Air of Debonair
#28394d
Get Up and Go
#1a9d49
Cool Black
#002e63
Alluvial Inca
#bb934b
Bona Fide
#304471
Gemstone Green
#4b6331
Future Vision
#bcb6bc
Parrot Pink
#d998a0
La Rioja
#bac00e
Cornerstone
#e3d7bb
Mr Mustard
#e4b857
Dust to Dust
#bbbcbc
Beach Bag
#adb864
Blue Elemental
#5588ee
Pink Orchid
#da70d6
Peche
#fddcb7
Peach Parfait
#f8bfa8
Northrend
#b9f2ff
Blue Shoal
#6b8c93
Honeycomb Yellow
#de9c52
Morning Blush
#f9e8df
Pebble
#9d9880
Ice Ballet
#eadee8
Lower Lilac
#e2d6d8
Persian Rose
#fe28a2
Organic Fiber
#feede0
Peachy Maroney
#e8956b
Olive Leaf
#4e4b35
Bookstone
#8c3432
Isotonic Water
#ddff55
Just A Tease
#fbd6d2
rating-img
Rate this tool
NaN/5   0 votes