Html Css Color HEX #9DCDE1 French Pass

📋 copy color: '#9DCDE1'

red 157 ◦ green 205 ◦ blue 225

#9DCDE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #9DCDE1

Tints of French Pass #9DCDE1

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 value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DCDE1 (or 0x9DCDE1) is known color: 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

RGB 157 205 225 -
CMYK 0.30 0.09 0 0.12
HSL 197.65º 0.53% 0.75% -
HSV(B) 197.65º 0.3% 0.88% -
XYZ 49.33 56.27 79.5 -
YUV 192.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 157 205 225 0.30 0.09 0 0.12 197.65 0.53 0.75
Hex 9D CD E1 1E 9 0 C C6 35 4B
Octal 235 315 341 36 11 0 14 306 65 113
Binary 10011101 11001101 11100001 11110 1001 0 1100 11000110 110101 1001011

Color Harmonies of #9DCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDE1

Black with #9DCDE1

Text Example


Text Example

White with #9DCDE1

Text Example


Text Example

HTML Codes & Css Web 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>