Html Css Color HEX #9ECDE0 French Pass

📋 copy color: '#9ECDE0'

red 158 ◦ green 205 ◦ blue 224

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

Shades of French Pass #9ECDE0

Tints of French Pass #9ECDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 26.92%
G = 34.92%
B = 38.16%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ECDE0 (or 0x9ECDE0) is known color: French Pass. HEX triplet: 9E, CD and E0. RGB value is (158,205,224). Sum of RGB (Red+Green+Blue) = 158+205+224=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDE0 is #61321F. Grayscale: #C0C0C0. Windows color (decimal): -6369824 or 14732702. OLE color: 14732702.

HSL color Cylindrical-coordinate representation of color #9ECDE0: hue angle of 197.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECDE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 205 224 -
CMYK 0.29 0.08 0 0.12
HSL 197.27º 0.52% 0.75% -
HSV(B) 197.27º 0.29% 0.88% -
XYZ 49.39 56.31 78.79 -
YUV 193.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 158 205 224 0.29 0.08 0 0.12 197.27 0.52 0.75
Hex 9E CD E0 1D 8 0 C C5 34 4B
Octal 236 315 340 35 10 0 14 305 64 113
Binary 10011110 11001101 11100000 11101 1000 0 1100 11000101 110100 1001011

Color Harmonies of #9ECDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECDE0

Black with #9ECDE0

Text Example


Text Example

White with #9ECDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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