Html Css Color HEX #9ECEDF French Pass

📋 copy color: '#9ECEDF'

red 158 ◦ green 206 ◦ blue 223

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

Shades of French Pass #9ECEDF

Tints of French Pass #9ECEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 26.92%
G = 35.09%
B = 37.99%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ECEDF (or 0x9ECEDF) is known color: French Pass. HEX triplet: 9E, CE and DF. RGB value is (158,206,223). Sum of RGB (Red+Green+Blue) = 158+206+223=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ECEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDF is #613120. Grayscale: #C1C1C1. Windows color (decimal): -6369569 or 14667422. OLE color: 14667422.

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

Color convert

RGB 158 206 223 -
CMYK 0.29 0.08 0 0.13
HSL 195.69º 0.5% 0.75% -
HSV(B) 195.69º 0.29% 0.87% -
XYZ 49.49 56.74 78.16 -
YUV 193.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 158 206 223 0.29 0.08 0 0.13 195.69 0.5 0.75
Hex 9E CE DF 1D 8 0 D C4 32 4B
Octal 236 316 337 35 10 0 15 304 62 113
Binary 10011110 11001110 11011111 11101 1000 0 1101 11000100 110010 1001011

Color Harmonies of #9ECEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEDF

Black with #9ECEDF

Text Example


Text Example

White with #9ECEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,223); }

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

background-color css

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

 a { background-color: rgb(158,206,223); }

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

border-color css

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

 span { border-color: rgb(158,206,223); }

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