#9ECDE3

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

Shades of French Pass #9ECDE3

Tints of French Pass #9ECDE3

Color information

#9ECDE3 (or 0x9ECDE3) is unknown color: approx French Pass. HEX triplet: 9E, CD and E3. RGB value is (158,205,227). Sum of RGB (Red+Green+Blue) = 158+205+227=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #9ECDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDE3 is #61321C. Grayscale: #C1C1C1. Windows color (decimal): -6369821 or 14929310. OLE color: 14929310.

HSL color Cylindrical-coordinate representation of color #9ECDE3: hue angle of 199.13º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ECDE3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158205227-
CMYK0.300.1000.11
HSL199.13º55.2%75.49%-
HSV(B)199.13º30.4%89.02%-
XYZ49.856.4880.95-
YUV193.46146.93102.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=26.78%
G=34.75%
B=38.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582052270.300.1000.11199.1355.275.49
Hex9ECDE31EA0Bc7374b
Octal236315343361201330767113
Binary10011110110011011110001111110101001011110001111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECDE3;
 }
 .AnyTagClassName
 {
   color: #9ECDE3;
 }
</style>
background-color css

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

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

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

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

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

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