Html Css Color HEX #9ECDE1 French Pass

📋 copy color: '#9ECDE1'

red 158 ◦ green 205 ◦ blue 225

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

Shades of French Pass #9ECDE1

Tints of French Pass #9ECDE1

RGB

 RED value IS 158 (62.11% from 255) = 26.87%

 GREEN value IS 205 (80.47% from 255) = 34.86%

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 26.87%
G = 34.86%
B = 38.27%

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

#9ECDE1 (or 0x9ECDE1) is known color: French Pass. HEX triplet: 9E, CD and E1. RGB value is (158,205,225). Sum of RGB (Red+Green+Blue) = 158+205+225=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ECDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDE1 is #61321E. Grayscale: #C1C1C1. Windows color (decimal): -6369823 or 14798238. OLE color: 14798238.

HSL color Cylindrical-coordinate representation of color #9ECDE1: hue angle of 197.91º 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 #9ECDE1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 205 225 -
CMYK 0.30 0.09 0 0.12
HSL 197.91º 0.53% 0.75% -
HSV(B) 197.91º 0.3% 0.88% -
XYZ 49.52 56.37 79.5 -
YUV 193.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 158 205 225 0.30 0.09 0 0.12 197.91 0.53 0.75
Hex 9E CD E1 1E 9 0 C C6 35 4B
Octal 236 315 341 36 11 0 14 306 65 113
Binary 10011110 11001101 11100001 11110 1001 0 1100 11000110 110101 1001011

Color Harmonies of #9ECDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECDE1

Black with #9ECDE1

Text Example


Text Example

White with #9ECDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECDE1;
 }
 .AnyTagClassName
 {
   color: #9ECDE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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