#9ECDE0

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

Shades of French Pass #9ECDE0

Tints of French Pass #9ECDE0

Color information

#9ECDE0 (or 0x9ECDE0) is unknown color: approx 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

RGB158205224-
CMYK0.290.0800.12
HSL197.27º51.56%74.9%-
HSV(B)197.27º29.46%87.84%-
XYZ49.3956.3178.79-
YUV193.11145.43102.96-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582052240.290.0800.12197.2751.5674.9
Hex9ECDE01D80Cc5344b
Octal236315340351001430564113
Binary10011110110011011110000011101100001100110001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>