#9DCDE1

Color #9DCDE1 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #9DCDE1

Tints of French Pass #9DCDE1

Color information

#9DCDE1 (or 0x9DCDE1) is unknown color: approx French Pass. HEX triplet: 9D, CD and E1. RGB value is (157,205,225). Sum of RGB (Red+Green+Blue) = 157+205+225=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDE1 is #62321E. Grayscale: #C0C0C0. Windows color (decimal): -6435359 or 14798237. OLE color: 14798237.

HSL color Cylindrical-coordinate representation of color #9DCDE1: hue angle of 197.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCDE1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157205225-
CMYK0.300.0900.12
HSL197.65º53.12%74.9%-
HSV(B)197.65º30.22%88.24%-
XYZ49.3356.2779.49-
YUV192.93146.1102.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=26.75%
G=34.92%
B=38.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572052250.300.0900.12197.6553.1274.9
Hex9DCDE11E90Cc6354b
Octal235315341361101430665113
Binary10011101110011011110000111110100101100110001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCDE1; }

 p { color: rgb(157,205,225); }

 H1.HeaderClassName
 {
   color: #9DCDE1;
 }
 .AnyTagClassName
 {
   color: #9DCDE1;
 }
</style>
background-color css

<style>
 a { background-color: #9DCDE1; }

 a { background-color: rgb(157,205,225); }

 div.DivClassName
 {
   background-color: #9DCDE1;
 }
 .BgClassName
 {
   background-color: #9DCDE1;
 }
</style>
border-color css

<style>
 span { border-color: #9DCDE1; }

 span { border-color: rgb(157,205,225); }

 td.TdClassName
 {
   border-color: #9DCDE1;
 }
 .TagClassName
 {
   border-color: #9DCDE1;
 }
</style>